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'm running into this issue when trying to run v0.12.6 behind an AWS ALB. When HTTP/2 is used, all page loads fail due to the invalid header name (it contains single quotes and spaces).
When I set enabled ACCESS_CONTROL_ALLOW_ORIGIN = *
I got below response in the web server (Apache) log:
Response header name ''Access-Control-Allow-Credentials' ' contains invalid characters, aborting request
https://github.com/gogits/gogs/blob/9362b9fdfe41788bc600a5bc13f2df10ec2222e6/pkg/context/context.go#L268
The text was updated successfully, but these errors were encountered: