corsproxy

command module
v0.0.0-...-fb542e8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2023 License: MIT Imports: 4 Imported by: 0

README

corsproxy

This is a proxy HTTP server that adds permissive cross-origin resource sharing (CORS) headers to the response.

For example, if the following URL didn't have CORS headers:

http://example.com/user/joeblow.atom

Then, if the corsproxy serving on the Internet domain corsproxy.tld, then the following would give the return the same data with permissive CORS headers added:

http://corsproxy.tld/http://example.com/user/joeblow.atom

CORS Heaers

The CORS headers that are added are:

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT, TRACE

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL