https://github.com/sunuazizrahayu/php-proxy-server
Pass through server / proxy with PHP and Curl
https://github.com/sunuazizrahayu/php-proxy-server
curl forward-request php proxy
Last synced: about 2 months ago
JSON representation
Pass through server / proxy with PHP and Curl
- Host: GitHub
- URL: https://github.com/sunuazizrahayu/php-proxy-server
- Owner: sunuazizrahayu
- License: mit
- Created: 2019-06-22T15:09:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T16:19:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T17:25:38.295Z (4 months ago)
- Topics: curl, forward-request, php, proxy
- Language: PHP
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-proxy-server
Forward HTTP requests to destination servers / proxy with PHP.
If a client REQUESTs data to the proxy, the proxy server will REQUEST that same data to the application server and return the response to the client.
##### Reference
https://stackoverflow.com/questions/4768025/pass-through-server-proxy