-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix: grpc-web trailers #10851
fix: grpc-web trailers #10851
Conversation
This PR is not yet complete, need to add some features. |
@sheharyaar hello~ have u test on your enviorment? u can add some testcase that can help us to review~~ |
@Vacant2333 , I have added test-cases, please approve workflow |
@sheharyaar Is this pr ready? |
Yes, the PR is ready @monkeyDluffy6017 |
Missing trailers issue fixed but path based testing cannot be done until the cors issue is resolved. Access to XMLHttpRequest at 'https://XXXXXXXX/RANDOM.RANDOM.SERVICENAME.service.ServiceExternal/SERVICEMETHOF' from origin 'http://localhost:8080/' has been blocked by CORS policy: Request header field REDACTED_FIELD is not allowed by Access-Control-Allow-Headers in preflight response. The issue persistents even when using cors plugin alongside this plugin. Please replicate on your end |
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.
hi, the ci was failed mostly, u can merge the master after the pr get merged~ it will fix it
r u ready to review and merge now? @shreemaan-abhishek can u help take a look~ |
Yes, I am ready |
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.
please fix ci |
I am having issues with this. Locally it works fine for me. I need help with this. |
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
Description
Fixes #10573 and closes #10613
Checklist