'ERR_HTTP2_PROTOCOL_ERROR when I add Header to GET request
Then I add header(access) to my GET request I recieve
GET https://some.api.address/endpoint net::ERR_HTTP2_PROTOCOL_ERROR xhr.js:210
I use axios to send requests. Without header all work, but i cannot get data without access token.
API written on PHP. I have set Access-Control-Allow-Headers in PHP.
header('Access-Control-Allow-Headers: Origin, Content-Type, X-Auth-Token, Region, Access');
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
