-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
How to get the POST data of an URL? #392
Comments
I didn't understand what you are trying to achieve. PHP is server-side, so you can get data through Please, could you explain better your use case? |
if you need to intercept requests, on Android you can use |
I see, because I have an URL and that URL have POST data in that URL and I would to get the POST data. |
What do you mean with "URL have POST data"?? Can you make an example? |
This issue is stale and has been automatically closed because it has been open for more than 365 days with no activity. Please reopen a new issue if you still have it. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Hi, I would like to know is there a way to get the POST data of an URL after the URL changes?
Ex: in PHP you can use $POST['params'] to get the data
Thanks
The text was updated successfully, but these errors were encountered: