You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use gin-contrib/cors pkg to handle cross-origin requests
I used ReverseProxy to proxy downstream services in the project. The CORS response headers from the downstream service are duplicated with the headers from gin-contrib/cors, such as Access-Control-Allow-Origin. My downstream service is a Java project.
The text was updated successfully, but these errors were encountered:
I'm sorry, I didn't make myself clear. I am using the implementation of ReverseProxy in the reverseproxy.go file of the Go standard library net/http/httputil
The text was updated successfully, but these errors were encountered: