Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 13 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T16:19:41.000Z (over 5 years ago)
- Last Synced: 2024-12-08T06:12:31.663Z (about 2 months ago)
- Topics: curl, forward-request, php, proxy
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- 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.![img](https://i.stack.imgur.com/xZawd.jpg)
##### Reference
https://stackoverflow.com/questions/4768025/pass-through-server-proxy