-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CORS support to HTTP endpoint #670
Conversation
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error in test parse "passthrough:///:\x00\x00\x00\x00\x00\x00\x00": net/url: invalid control character in URL
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
Codecov Report
@@ Coverage Diff @@
## main #670 +/- ##
==========================================
- Coverage 61.56% 54.44% -7.12%
==========================================
Files 30 36 +6
Lines 1717 2228 +511
==========================================
+ Hits 1057 1213 +156
- Misses 575 923 +348
- Partials 85 92 +7
Continue to review full report at Codecov.
|
This is blocking interactive use of the swagger tool against our production instance.
During this process, I noticed we were still passing some Grpc information in HTTP response headers so this also squelches those.
Signed-off-by: Bob Callaway bcallaway@google.com