Skip to content

Instantly share code, notes, and snippets.

View julianborghuis's full-sized avatar

Julian Borghuis julianborghuis

View GitHub Profile
@julianborghuis
julianborghuis / proxy.php
Created December 27, 2019 20:26 — forked from iovar/proxy.php
Simple PHP Proxy Script
<?php
/*
* Warning! Read and use at your own risk!
*
* This tiny proxy script is completely transparent and it passes
* all requests and headers without any checking of any kind.
* The same happens with JSON data. They are simply forwarded.
*
* This is just an easy and convenient solution for the AJAX