0140454/hackbar

Can I post Raw data ?

kingfingerpro opened this issue · 3 comments

I wanna use hackbar to post raw data (without encoding) , but I can't find any option about this .
image

Currently, HackBar cannot POST raw data. Related issue is #4.

Maybe I can add another enctype named as application/x-www-form-urlencoded (raw data); and it is implemented by text/plain + change header to application/x-www-form-urlencoded (9e3c4f8).

However, it leads to another issue #5.

Does this meet your needs?

Thank U . I think it worked .
😘

You're welcome.

I will close this issue and find time for adding new enctype as mentioned above.