ticarpi / jwt_tool

:snake: A toolkit for testing, tweaking and cracking JSON Web Tokens
GNU General Public License v3.0
5.47k stars 671 forks source link

JSON Payload #103

Open bilalsquad opened 9 months ago

bilalsquad commented 9 months ago

Hello,

I try to send an array json payload in POST, but it delete all quote. for exemple i want to send this : ["8.8.8.8"], but in my Burpsuite i see this ["8.8.8.8"]. So how can you send like the first Payload ?

Thanks