Coder Social home page Coder Social logo

Pre-flight error about realworld HOT 3 CLOSED

gothinkster avatar gothinkster commented on April 28, 2024
Pre-flight error

from realworld.

Comments (3)

c33k avatar c33k commented on April 28, 2024 1

@apai4: you're right. It was a browser extension!

Someone installed the CORS Toggle in this machine's Google Chrome that I'm using and it was enabled, causing this problem. I didn't see it.

Thank you!

from realworld.

c33k avatar c33k commented on April 28, 2024

You could check if there's any code that enable CORS twice.

from realworld.

apai4 avatar apai4 commented on April 28, 2024

CORS is enabled (once) to allow any origin

$ curl -X OPTIONS -D - -H 'Origin: http://localhost:4000' -H "Access-Control-Request-Method: POST" https://conduit.productionready.io/api/users

includes

Access-Control-Allow-Origin: http://localhost:4000

as a response header (no extra wildcard). Changing the URL in the Origin request header will yield an Access-Control-Allow-Origin: response header with only that URL as the value.

What browser are you using? Could it be a browser extension that's interfering with that header?

from realworld.

Related Issues (20)

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.