-
- https://www.youtube.com/watch?v=ouhtSWSdeOU&t=85s
- [procademy](https://www.youtube.com/@procademy)
-
Would solve [the Stack Overflow question 78221750](https://stackoverflow.com/q/78221750), also [asked on Discord](https://discord.com/channels/933841502155706418/933841503103627316/1222103337105883177…
-
Spring's WebClient allows specifying Basic Auth credentials quite simply:
```java
webClient.get()
.uri(someEndpoint)
.headers(httpHeaders -> httpHeaders.setBasicAuth(someUserName, …
-
Something like custom headers: https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/#custom-headers
By default, the voucher should set some default headers in the r…
-
The `VideoPlayerController.network` constructor accepts an `httpHeaders` paramether; Setting, for example, the `User-Agent` to something specific is not reflected in the HTTP request made by the contr…
-
This is a fresh, fully upgraded install set up only for building the dattobd package. Running `make` I get this error:
```bash
CC [M] /home/jr/datto-deb/dattobd/src/blkdev.o
/home/jr/datto-deb…
-
## Issue Description
During a recent discussion in https://github.com/OAI/OpenAPI-Specification/discussions/2867, it became apparent that the OpenAPI Specification lacks explicit guidelines on how …
-
We'd like to propose a feature to use get rid of some YAML duplication by using `$ref`. This syntax is also available in [openapi-spec](https://swagger.io/docs/specification/using-ref/) definitions, a…
-
I want to implement "login with google".
I am self hosting gotrue / supabase/auth as a docker container. In my config I have:
```
GOTRUE_URI_ALLOW_LIST="http://localhost:3004,scoutello://,h…
-
### Is your feature request related to a problem? Please describe.
Zero Trust like app access, in particular Cloudflare Tunnels, are becoming quite popular in the self-hosted world. They allow you…
rmkjr updated
3 weeks ago