-
Notifications
You must be signed in to change notification settings - Fork 174
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
Fetch Calls Removes Authorization Header #1822
Comments
I reproduced this problem and will fix it in the current sprint. |
Could you please provide me information about settings of your fetch request? Headers, mode, credentials, etc. |
DevExpress#1822 in testcafe) (DevExpress#1789) * event should not work on iframe content (closes DevExpress#1822) * fix test * fix safari tests * focus should work while click should not * changes * improve
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
DevExpress#1822 in testcafe) (DevExpress#1789) * event should not work on iframe content (closes DevExpress#1822) * fix test * fix safari tests * focus should work while click should not * changes * improve
Hi guys. I believe this issue is back, or hasn't been fully resolved. I am using TestCafe and I have an API call that errors with
401 (Unauthorized)
and it's due to the Authorization header is being removed from my Fetch calls. jQuery works fine, leaving all headers in tact.Current Behavior
Expected Behavior
TestCafe version: 0.23.1
Node version: 8.11.4
Browser: Chrome and Firefox (haven't tested Edge and IE yet)
OS: WIndows 10
The text was updated successfully, but these errors were encountered: