Simple reverse proxy to bypass any CORS blockage while developing
run main.go and make requests to your :8080
passing url
with your url as a query param
go run *.go
curl https://localhost:8080/?url=https://google.cl
- reorganize app
- dynamic port
- https (lego)
mtavano for the idiomatic name