About 403,000 results
Open links in new tab
  1. Shall I use the Content-Security-Policy HTTP header for a backend …

    Aug 11, 2017 · 44 We're implementing HSTS on our backend API and I stumbled upon the Content Security Policy (CSP) header. This header tells the browser where from resources …

  2. security - How to secure a REST Api on flask - Stack Overflow

    30 I need to develop a Rest API on my app (Based on Flask) But I don't really know how I should secure it. Currently, I have a normal authentication for users who are coming from a browser. …

  3. Content Security Policy and REST API call - how does it work?

    Nov 24, 2021 · Content Security Policy and REST API call - how does it work? Asked 3 years, 11 months ago Modified 3 years, 11 months ago Viewed 5k times

  4. How to do a RESTful login API using Spring Security?

    Sep 1, 2020 · In a traditional MVC Spring Boot application, Spring Security would check the SecurityContextHolder for the authentication information. If not found, then you would be …

  5. security - How do I secure REST API calls? - Stack Overflow

    Dec 16, 2012 · I'm developing the restful web app that using some popular web framework on the backend, say (rails, sinatra, flask, express.js). Ideally, I want to develop client side with …

  6. Best Practices for securing a REST API / web service

    Aug 11, 2008 · When designing a REST API or service are there any established best practices for dealing with security (Authentication, Authorization, Identity Management) ? When building …

  7. Set Strict-Transport-Security header for API - Stack Overflow

    Mar 3, 2014 · Does it make sense to set the Strict-Transport-Security header for API responses (i.e. requests that don't maintain state) and most likely don't originate from browsers.

  8. How to secure REST API with Spring Boot and Spring Security?

    Sep 13, 2015 · 97 I know that securing REST API is widely commented topic but I'm not able to create a small prototype that meets my criteria (and I need to confirm that these criteria are …

  9. SpringBoot 401 UnAuthorized even with out security

    SpringBoot 401 UnAuthorized even with out security Asked 8 years, 3 months ago Modified 2 years, 4 months ago Viewed 190k times

  10. wordpress - Safely disable WP REST API - Stack Overflow

    I am considering to improve security of my Wordpress website, and in doing so have come across WP REST API being enabled by default (since WP 4.4 if I'm not mistaken). What is a safe way …