I\'m looking for the fastest and easiest way to proxy a page in PHP. I don\'t want the user to be redirected, I just want my script to return the same content, response code
You can get the html of the next page with curl, and then echo the response.