Ask Question Forum:
Model Library:2025-02-08:A.I. model is online auto reply
C
O
M
P
U
T
E
R
2
8
Show
#
ASK
RECENT
←
- Underline
- Bold
- Italic
- Indent
- Step
- Bullet
- Quote
- Cut
- Copy
- Paste
- Table
- Spelling
- Find & Replace
- Undo
- Redo
- Link
- Attach
- Clear
- Code
Below area will not be traslated by Google,you can input code or other languages
Hint:If find spelling error, You need to correct it,1 by 1 or ignore it (code area won't be checked).
X-position of the mouse cursor
Y-position of the mouse cursor
Y-position of the mouse cursor
Testcursor
caretPos
Attachment:===
Asked by Anthony Lucia
at 2024-09-03 11:35:04
Point:500 Replies:1 POST_ID:829216USER_ID:10
Topic:
Web Services;Java Programming Language;.NET
If I want to send a message to a request response web service from curl, and I want to see the inbound headers returning from the web service, I simpply use a -i option
I want to view the outbound HTTP headers leaving curl, what option can I use to view them?
Thanks
I want to view the outbound HTTP headers leaving curl, what option can I use to view them?
Thanks
Accepted Solution
Expert: rwniceing replied at 2024-09-03 20:17:05
500 points EXCELLENT
you can try -v option that including in and outbound header information that describe at this link,
http://man.cx/curl, but not too much information for outbound. Hope it assist to solve your issue
http://man.cx/curl, but not too much information for outbound. Hope it assist to solve your issue