Hi, I'm having a problem with a specific endpoint. For some reason, it's returning the error: net::ERR_HTTP2_PROTOCOL_ERROR.
Suddenly, the endpoint started failing, throwing this error.
It works locally, but not remotely.
I'm using Angular with the .NET 9 Web API. The backend is hosted on their servers.
Headers:
:authority: xxxx.runasp.net
:method: GET
:path: /api/xxx/Getxxx?pageNumber=1&pageSize=10
:scheme: https
accept: application/json, text/plain, /
accept-encoding: gzip, deflate, br, zstd
accept-language: es-ES,es;q=0.9
authorization: Bearer ey......
cache-control: no-cache
origin: https://www.masque1deporte.com
pragma: no-cache
priority: u=1, i
referer: https://www.masque1deporte.com/
sec-ch-ua: "Chromium";v="134", "Not:A-Brand";v="24", "Opera GX";v="119"
sec-ch-ua-mobile: ?1
sec-ch-ua-platform: "Android"
sec-fetch-dest: empty
sec-fetch-mode: cors
sec-fetch-site: cross-site
user-agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36
Console:
fc {headers: e, status: 0, statusText: 'Unknown Error', url: 'https://xxxx.runasp.net/api/xxx/Getxxx', ok: false, …}
error: ProgressEvent {isTrusted: true, lengthComputable: false, loaded: 0, total: 0, type: 'error', …}
headers: e {headers: Map(0), normalizedNames: Map(0), lazyInit: undefined, lazyUpdate: null}
message: "Http failure response for https://xxx.runasp.net/api/xxx/Getxxxx: 0 Unknown Error"
name: "HttpErrorResponse"
ok: false
status: 0
statusText: "Unknown Error"
type: undefined
url: "https://xxx.runasp.net/api/xxx/Getxxxx"
[[Prototype]]: bo