Skip to main content

Questions tagged [https]

Hypertext Transfer Protocol Secure (HTTPS) is a secure HTTP over SSL/TLS protocol to secure communication over a network.

1 vote
1 answer
121 views

Our customers have specific backend programs running on their local machines with no access to the internet, we want to deliver a UI to them to help visualizing their backend(s). The customers ...
John Whilton's user avatar
1 vote
1 answer
190 views

I would like to add functionality to an existing .NET 6, WinForms app (currently migrating to .NET 8 if that is of any relevance), to periodically upload user usage metrics, in addition to providing ...
mountainred's user avatar
2 votes
1 answer
5k views

Background We have a number of backend api's that do work; some connect to equipment, some store data, etc. The original setup was each service was a native c# asp.net 6 minimal api running on a ...
Felix Castor's user avatar
0 votes
2 answers
144 views

We have a on-premise web application with frontend (Node/Express) and backend (Python/Flask), which, like every other web application I've ever worked on, provided HTTPS by using a proxy web server (...
Evan 's user avatar
  • 119
1 vote
1 answer
487 views

I have a raspberry pi that is sending an https request to my Django application every 2 seconds. The request is essentially asking the application 'Has a user requested data from me?' My Django ...
MattG's user avatar
  • 113
0 votes
0 answers
75 views

I want to make a httpClient wrapper that is able to use a predefined set of authentification methods: basic, digest, token (oauth), ntlm just to name a few that I will have to implement. My approach ...
niraami's user avatar
  • 109
-1 votes
1 answer
1k views

What would be some suitable transport and application layer protocols for a secure payments network where low latency is a key goal? Here "low latency" means completing an encrypted ...
LearningFast's user avatar
2 votes
1 answer
162 views

I am looking at all the green and red boxes here, and am wondering what it would look like if one were to "implement TLS" today? What should you implement if you were to implement TLS today? Do you ...
Lance Pollard's user avatar
3 votes
2 answers
371 views

I am creating a MEAN stack application. I have noticed by chance that whenever I send the credentials of the user to the backend, I can "fish" it from the network option on the browser (F12). See ...
Jorge Guerra Pires's user avatar
0 votes
1 answer
4k views

Made system update to temporarily disable HTTPS in our Tomcat server. Previous users are still using Https:// URL to access system and receive error message because it's disabled. Would like to ...
kpurens's user avatar
  • 95
1 vote
1 answer
276 views

I'm adding admin dashboard to a website that doesn't use HTTPS. For now only that (admin) section requires user authentication. If I use encrypted + salted password and check the client IP address to ...
sny's user avatar
  • 113
0 votes
3 answers
1k views

As per the documentation at https://firebase.google.com/docs/cloud-messaging/js/client, The FCM SDK is supported only in pages served over HTTPS. This is due to its use of service workers, which ...
Mohit Kanwar's user avatar
0 votes
1 answer
489 views

The security of a TLS connection relies on trusting the CA's certificate, which in turn, is usually actually a proof of DNS entry ownership. Even though the server operator may request a certificate ...
vincent163's user avatar
5 votes
1 answer
266 views

I currently am in charge of networked linux based hardware that exposes HTTP connections. I want to be able to connect to these through HTTPS, but the hardware deployment has 1000's of installations. ...
Bradford Medeiros's user avatar
-1 votes
1 answer
153 views

https://www.toyota.de/automobile/corolla/index.json I understand how .JSON works but, how is it possible to use that instead of say, .php or .html this is the first time I've seen anything like that.
ARLCode's user avatar
  • 197

15 30 50 per page