Skip to content

Draft: Intercept authorization errors

Enrique Alcántara requested to merge handle-authorization-errors into main

A quick proof of concept that implements a global handling mechanism for HTTP authorization errors. It works by wrapping window.fetch with a function that intercepts all HTTP requests and handles responses with status code 403.

gitlab#389479 (closed)

Edited by Enrique Alcántara

Merge request reports