Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
@halilhrm0618 you can try regular expression as >\d{6}</td> then use again regular expression \d{6}
@spa3212 If you have access to the administration of wordpress you can install there module for api http requests.
@selenagomez2391
But it really works and gives exact value you were asking for. At least on my comp >
2021-08-11_173506.png
2021-08-11_173352.png