Skip to content
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

get2post and post2get #3829

Open
687766616e opened this issue Jul 16, 2019 · 1 comment
Open

get2post and post2get #3829

687766616e opened this issue Jul 16, 2019 · 1 comment

Comments

@687766616e
Copy link

@687766616e 687766616e commented Jul 16, 2019

detect that GET or POST http request can be change to a POST or GET method request or not ($_REQUEST

POST test.php?id=1 HTTP/1.1

(nothing)

to

GET test.php?id=1 HTTP/1.1

for who want to save his data ( or --null-connection ?

and

GET test.php?id=1

to

POST test.php

id=1

for who want to use --chunk but he not sure the request can change to a POST request or not

@687766616e
Copy link
Author

@687766616e 687766616e commented Jul 16, 2019

--get2post --gettopost or --g2p force
--get2post-check --gettopost-check or --g2pc check only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.