Skip to content

meehanman/Simply-PHP-COORS-Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simply-PHP-COORS-Proxy

  Usage: /proxy.php?url=xxxx

Will accept JSON data in body and will overwrite Access-Control-Allow headers to bypass for POST,GET,OPTIONS and PUT. (You can add more manually).

Usage using JSON

  $.ajax({
    url: "/proxy.php?url=xxxx",
    context: JSONObject
    method: 'PUT'
  }).done(function(request) {
    alert(request.data);
  });

About

A simple CORS proxy developed to intract with pages that restrict CORS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages