You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to find your e-mail or twitter but I couldn't since I think what I'll describe here is not exactly issue.
I'm trying to use your tool in order to do a POST with JSON as a body payload but I couldn't.
When I try this example nothing happen:
I tried to find your e-mail or twitter but I couldn't since I think what I'll describe here is not exactly issue.
I'm trying to use your tool in order to do a POST with JSON as a body payload but I couldn't.
When I try this example nothing happen:
http://192.168.1.36/CSRF/CSRF-Request-Builder/csrf_payload.html#url=http://google.com&content-type=application/json&body={'test':1}
But when I tried this one below I could see the request in Fiddler (proxy):
http://192.168.1.36/CSRF/CSRF-Request-Builder/csrf_payload.html#url=http://google.com&body=action%3Drun%26command%3Drm+-rf+%2F
This is the request that I saw on Fiddler:
POST http://google.com/ HTTP/1.1
Host: google.com
Referer: http://192.168.1.36/CSRF/CSRF-Request-Builder/csrf_payload.html
Content-type: application/x-www-form-urlencoded
action=run&command=rm -rf /
My question is: The "content-type=application/json" is not working anymore on Adobe Flash?
Thanks!
Ricardo Iramar
The text was updated successfully, but these errors were encountered: