Skip to content

Instantly share code, notes, and snippets.

View loiclefloch's full-sized avatar

Loïc Lefloch loiclefloch

View GitHub Profile
@loiclefloch
loiclefloch / proxy.php
Created August 2, 2016 09:04 — 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