How to get Request Post data?
-
Hi bablo,
Can you show me how to obtain Request Post data on BAS.
For example
{Login:xxx,Pass:yyyy} or login=xxx&passs=nxnxnxn
-
I'm not sure, that I understand your question right. You can obtain post data by editing post action and copy data from post fileld.
-
For example
When I use bas to submit login data.
Browser generate post data.
Can I get that info
-
No, you can't obtain it.
You can generate it nevertheless with javascript
-
Woa.
I can not generate it because website has some special content that I can not get.
My request is to save request data when I submit anything.
Is there any solution?
In Inspection mode, Can you save that content.
-
Right now it is impossible