Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST json is not working #1

Open
riramar opened this issue Sep 15, 2014 · 1 comment
Open

POST json is not working #1

riramar opened this issue Sep 15, 2014 · 1 comment

Comments

@riramar
Copy link

riramar commented Sep 15, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@riramar and others