Giter Club home page Giter Club logo

Comments (6)

vedovelli avatar vedovelli commented on May 19, 2024

Qual o seu sistema operacional?

Você já rodou com sucesso algum web service com CORS neste ambiente antes?

Obrigado.

from spa-starter-kit.

mbrunogregorio avatar mbrunogregorio commented on May 19, 2024

Foi no windows. Já rodei cors nele sim, o esquisito é que eu consigo fazer a requisição http pelo Postman, mas quando é pelo "client" não vai, diz que tá faltando o header Access-Control-Allow-Origin.
:|

from spa-starter-kit.

vedovelli avatar vedovelli commented on May 19, 2024

Pessoalmente já instalei com sucesso em 3 locais, mas nenhum deles windows.

Estes são os arquivos chave no CORS. Verifique se vc os tem na sua instalação local.

https://github.com/codecasts/spa-starter-kit/blob/master/webservice/config/cors.php

https://github.com/codecasts/spa-starter-kit/blob/master/webservice/routes/api.php#L5

https://github.com/codecasts/spa-starter-kit/blob/master/webservice/app/Http/Kernel.php#L55-L56

from spa-starter-kit.

mbrunogregorio avatar mbrunogregorio commented on May 19, 2024

Sim, tudo certinho com esses 3 arquivos, pelo jeito o problema está no header da requisição feita pelo client.
Obrigado pela atenção. o//

from spa-starter-kit.

vedovelli avatar vedovelli commented on May 19, 2024

Qual o seu webserver? Será que o webserver não está impedindo que os headers que habilitam CORS sejam enviados com a resposta?

Apenas divagando aqui...

from spa-starter-kit.

mbrunogregorio avatar mbrunogregorio commented on May 19, 2024

Eu to fazendo tudo exatamente como no exemplo, unica coisa que está diferente é o php5.6. Será que pode ser isso?

from spa-starter-kit.

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.