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

application/x-www-form-urlencoded to application/json ? #1239

Closed
Sim4n6 opened this issue Sep 6, 2021 · 0 comments
Closed

application/x-www-form-urlencoded to application/json ? #1239

Sim4n6 opened this issue Sep 6, 2021 · 0 comments

Comments

@Sim4n6
Copy link

Sim4n6 commented Sep 6, 2021

Summary

I may be mistaking but I did not find a way using CyberChef to transform application/x-www-form-urlencoded body into json and vis versa

Example Input

a=3&b=rte&c[d]=r3

Example Output


{
"a":3, "b":"rte", "c": { "d":"r3"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant