You are here |
www.rowy.io | ||
| | | |
johannesbrodwall.com
|
|
| | | | ||
| | | |
osarch.org
|
|
| | | | Google Summer of Code is an annual programme that helps students and those new to open source software make their first steps into contributing code to software projects. GSoC Contributors Read more | |
| | | |
dusted.codes
|
|
| | | | Creating a Slack bot with F# and Suave in less than 5 minutes | |
| | | |
krasimirtsonev.com
|
|
| | 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. |