That's what I get when sniffing using Fiddler:
POST http://localhost:8080/wiki01/api.php?action=edit&title=Organization%3ALo... HTTP/1.1 Cookie: wikidb01_session=**********; path=/; domain=http://localhost:8080/wiki01/api.php; HttpOnly User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Content-Type: application/x-www-form-urlencoded Host: localhost:8080 Connection: Keep-Alive Content-Length: 52
Token=**********%2B%5C
Some characters in cookies and tokens has been obfuscated
Am 15.06.2015 um 21:24 schrieb Brad Jorsch (Anomie):
Sanity checks: You're actually doing a POST, not a GET with a body? Your Content-Type and Content-Length headers on the POST are correct?
After checking that, it would be helpful if you could capture the whole request being POSTed for further review. Obfuscate cookies and tokens, of course.