php-proxy icon indicating copy to clipboard operation
php-proxy copied to clipboard

How to pass GET parameters or the whole QUERY_STRING

Open tpokorra opened this issue 1 year ago • 0 comments

I can see references to _GET in the code, but only in the debug area. In the curl_init call there is no mention of the GET parameters.

In my situation, I want to proxy also GET calls. I have a hardcoded targetURL, so I don't have an issue reusing the QUERY_STRING as it is.

tpokorra avatar Sep 19 '22 13:09 tpokorra