Coder Social home page Coder Social logo

Getting CORS Error about examples HOT 5 CLOSED

sdoxsee avatar sdoxsee commented on July 29, 2024
Getting CORS Error

from examples.

Comments (5)

sdoxsee avatar sdoxsee commented on July 29, 2024

I'm guessing that's because you need to combine your existing HttpSecurity that handles cors with the one I provided. After adding this one, your old is probably overridden?

from examples.

AasthaSethia avatar AasthaSethia commented on July 29, 2024

I did not have any existing httpsecurity I added annotations @crossorigin but that isnt working I added a cors registru bean that isn't working either

from examples.

sdoxsee avatar sdoxsee commented on July 29, 2024

Fair enough but I can't really help without more information

from examples.

AasthaSethia avatar AasthaSethia commented on July 29, 2024

@OverRide
protected void configure(HttpSecurity http) throws Exception
{
super.configure(http);
http.cors().and().authorizeRequests().antMatchers("/hello").permitAll();
http.csrf().disable();
}
I add this method and it shows cannot have antmatchers after anyRequest

from examples.

sdoxsee avatar sdoxsee commented on July 29, 2024

Closing because this is not an issue with the my example code and I haven't been provided with a sample repo to reproduce the error for @AasthaSethia's specific situation. If you you're looking for support, please post on stackoverflow and leave a comment on the blog post (https://sdoxsee.github.io/blog/2021/03/22/multi-tenant-oauth-2.0-resource-servers) where others can assist as well. Regards

from examples.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.