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

A PHP proxy script with https and post support

Results 27 php-proxy issues
Sort by recently updated
recently updated
newest added

for example server listening to port 8080, but i want to forward `->to('http://example.com:80')` currently php-proxy actually forward this to http://example.com:8080

This example of code makes the page load correctly from the "proxy" but all the urls inside the html are the original and not the proxy. ```

Hi, I use your proxy to parse a specific request and then add the X-Frame-Options header to the response page, which contains a form. The problem I'm having is that...

All composer requires up-to-date Includes and closes PR #90 resolves #87 These updates should allow someone to simply composer require the package and use the example code in the current...

from 6 to 7 for support laravel 8

PHP Version: 7.3.23 Server: Server: Apache/2.4.25 (Debian) Stack: Pure PHP ( only jenssegers/php-proxy installed ) Since I added Let's Encrypt certificate to my domain I got error: ``` Fatal error:...

At the moment, with current GuzzleAdapter implementation, POST methods for forms are not covered, as they are not passed through.

This PR makes the test suite run (successfully) on PHP 7.3. and 7.4, raises the minimum to PHP 7.3 (the oldest currently supported release), and updates various dependencies for more...