Questions tagged [.net-7]
2 questions
0
votes
0 answers
why consul discovery return https on localhost but on server just return http?
I tested two scenarios by hashicorp consul
1.I implemented service discovery by hashicorp consul on .net7 , but when i want get service address from consul , it just return http of that service not https.
I registered my services by registrator on…

behnam fathi
- 1
- 1
0
votes
0 answers
Is it okay to pass secrets through the headers of a reverse proxy?
So, I've set up a reverse proxy for multiple domains in nginx like this:
server {
listen 80;
listen [::]:80;
root /var/www/nginx;
index index.html index.htm;
server_name example.com example.org example.net example.nl;
…

Wim ten Brink
- 1,055
- 1
- 6
- 13