Skip to content

get2post and post2get #3829

@687766616e

Description

@687766616e

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions