python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Phantom Content-Security-Policy appears from somewhere
I'm trying to implement a Content-Security-Policy, however the Chrome, Firefox and Edge dev tools all report this as a header (which isn't my policy):
Content-Security-Policy: default-src https:; scri...
dancl
Votes: 0
Answers: 0
How to perform httpOnly cookie authentication via proxies?
I have client on localhost on port 8080 lets call it A. I have a backend API on localhost on port 3002 lets call it C. A doesn't connect to C directly, but via a secure tunnel with HTTPS, lets call it...
Raz Buchnik
Votes: 0
Answers: 0
The use and benefits of Response Caching Middleware in ASP.NET Core
I wanted to try caching mechanism in my .NET core API project.
I followed this article to configure the middleware https://thecodeblogger.com/2021/06/06/middleware-for-response-caching-in-net-core-web...
joseph
Votes: 0
Answers: 1
Node.js authorization token in http-headers
Can you explain for the dumb, where is the authorization token stored for http-headers that are returned to the client from the server?
Trismer
Votes: 0
Answers: 2