Explore >> Select a destination


You are here

www.prepend.com
| | giuseppegurgone.com
11.8 parsecs away

Travel
| | Engineering and thoughts.
| | jaketrent.com
10.7 parsecs away

Travel
| | If you don't see your HTTP response header in the browser, check your CORS policy. It's likely the culprit.
| | krasimirtsonev.com
9.6 parsecs away

Travel
| | The simplest HTTP proxy with custom headers / These days I had an interesting problem to solve. At work, on our staging environment, we have basic authorization. It works really well but for some older versions of Chrome we experienced a weird issue. The browser did not pass the authorization header. The app runs fine but as soon as it does a fetch request to a local endpoint the request fails with 401 not-authorized error. In the modern browsers that's not happening because the browser kinda knows that we came here with basic auth and automatically includes authorization: basic ... header.
| | www.claudiobernasconi.ch
86.3 parsecs away

Travel
| Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.