[sqlmap-users] Passing SOAPAction in --header
Brought to you by:
inquisb
From: Brandon P. <bpe...@gm...> - 2013-05-23 03:56:59
|
I am trying to pass in the following for a header: SOAPAction:http://tempuri.org/AddUser I think the second colon is fudging things up but it is required for the header and request to function properly. Is there a way for me to "escape" the colon? The error I get is: invalid header value: 'SOAPAction:http://tempuri.org/AddUser'. Valid header format is 'name:value' -- http://volatile-minds.blogspot.com -- blog http://www.volatileminds.net -- website |