-
-
Notifications
You must be signed in to change notification settings - Fork 604
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
IBM Watson bad request API error #405
Comments
Chrome 124 and Firefox 126 are now sending the The This is possibly because the new header is still a work in progress in terms of specs and implementation. https://chromestatus.com/feature/5109106573049856 I could not find any changelog entry for the past few versions of Firefox about this new header: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases However, I did find the |
The At least in the case of Chrome, if the |
@videoman614, version 3.1.0 uses some workarounds to send API calls that IBM's service can accept in the new browser versions, so it's no longer necessary to turn off @pmeenan, it's unfortunate that this new header was implemented without taking into account the existence of the request filtering engine available to extensions, I hope your team at Google and @valenting's at Mozilla will find a way to remediate this oversight. @valenting, it's also messed up that such a major change like introducing a new header for HTTP/2 requests isn't even mentioned in the Firefox 126 changelog for developers. https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/126 |
@dessant We have a bug working on a fix for this: 1900362 - Do not override the Priority header when set by the user Note that before we added the Priority header to HTTP/2 requests, it was already being sent to servers, but it wasn't even visible to devtools - it was added in the HTTP/3 stack. So this isn't an entirely new bug. |
System
Extension
Bug description
IBM Watson doesn't work with this error.
Was working perfectly in March when I tried it for the first time.
Logs
Browser:
The text was updated successfully, but these errors were encountered: