Live Http headers show:
http://www.domain.com/xxx/post/update
POST /xxx/post/update HTTP/1.1
Host: www.domain.com
User-Agent: Mozilla/5.0 ..
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
DNT: 1
Connection: keep-alive
Content-Type: application/json; charset=UTF-8
X-Requested-With: XMLHttpRequest
Referer: http://www.domain.com/...
Content-Length: 560
Cookie: ....
Pragma: no-cache
Cache-Control: no-cache
{"var1":"val1","var2":"val2","var3":"val3"...}
if I use http://www.domain.com/xxx/post/update as the destination URL (to send request to), it gives me access denied, regardless of what headers or data I send.
if i use destination URL:
http://www.domain.co...l2&var3=val3...
with headers:
-H "Accept: application/json`, text/javascript`, */*; q=0.01" -H "Content-Type: application/json; charset=UTF-8" -H "X-Requested-With: XMLHttpRequest"
I get no response from the server?

New Topic/Question
Reply


MultiQuote



|