Skip to content

Releases: fakeheal/cors-anywhere

v0.0.4

15 Jun 13:57
Compare
Choose a tag to compare

v0.0.3

v0.0.2

15 Jun 07:55
Compare
Choose a tag to compare

New exception class CorsAnywhereException that's extended by:

  • NoValidUrlProvidedException
  • HostNotAllowedException

for easier handling of exceptions like:

try {
    (new Proxy([]))->handle();
} catch (CorsAnywhereExcepton $e) {
    die($e->getMessage());
}

v0.0.1

14 Jun 19:41
Compare
Choose a tag to compare

🚀 First version!

  • Works only for pre-defined list of hosts
  • Redirects headers (& parameters) sent to proxy
  • Brings back headers (& parameters) back from proxy request response