-
```
./main.py
{'debug': {'dump_path': u'dumps'}, 'storage': {'datadir': u'./data',
'cache': u'./cache', 'cookies': u'./cookies'}, 'workarounds':
{'fix_namespaces': False}, 'features': {'status': '',…
-
Cookies for API server are stored inside bnsf, but I want to connect to API server directly by websockets and of course I lose my authorization because I don't have necessary cookies on the client. I …
-
```
./main.py
{'debug': {'dump_path': u'dumps'}, 'storage': {'datadir': u'./data',
'cache': u'./cache', 'cookies': u'./cookies'}, 'workarounds':
{'fix_namespaces': False}, 'features': {'status': '',…
-
### OAuth2-Proxy Version
v7.6.0
### Provider
None
### Expected Behaviour
I wanted to give oauth2-proxy a shot for a setup with traefik. I fiddled around with it for a couple of hours, but couldn'…
-
EU page doesn't load due TLS errors https://ec.europa.eu/commission/presscorner/detail/en/ip_24_4761:
```
% dillo https://ec.europa.eu/commission/presscorner/detail/en/ip_24_4761
dillo_dns_init: …
-
I have this Postgres database table with the fields "id", "flavor" and "item". I also have a Kafka topic with two messages (this is a first test, so I put everything in the value, leaving the key empt…
-
Has anyone else noticed such a change? I've updated firefox, launched it, relogged into Wikipedia; if I quit FF and return, I'm still logged in so I know the cookie is there...?
```
Connecting to …
-
The ingress generated by GKE recommended values does not work, and that server-snippet is too complex and causes a lot of intermittent 404:
https://github.com/boldbi/boldbi-kubernetes/blob/26c49209…
-
**Help us make content visible**
- Tell us what search terms you used and how you searched docs.
- ASP.NET Core OIDC
- ASP.NET Core JWT Bearer
- Tell us what docs you found that didn't address yo…
-
The way session handling in most websites work is through cookies.
1. User-agent (UA) sends request to website
2. Web server (WS) sends cookie with response
3. UA accepts cookie
4. UA returns cook…