The Movie Database atbalsts

Hi,

I'm having a problem with authentication. I want to have token validation by login in my Angular app, but when I make post request, it keeps sending option method (preflight request) and I get 404 error with "The Same Origin Policy disallows reading the remote resource...Reason: CORS preflight channel did not succeed). In Postman it works just fine and I have no problem getting session id there. Does this sound familiar?

7 replies (on page 1 of 1)

Jump to last post

What's an example pre-flight request that is failing? Most of them should be hooked up, so I would like to see which specifically is being called.

This is a security rule employed by most most moderns browsers in the CORS definition.

Basically, the OPTION preflight request will apply if :

  • Your request type is not GET, HEAD or POST
  • If it's a POST request, it will aply if your content-type header is not in : "application/x-www-form-urlencoded", "multipart/form-data", or "text/plain"

(I assume that your request is a POST with the content-type set to application/xml or application/json)

But it's not a problem, it's a safety measure. You just have to configure your server to respond to OPTION request with a status 200 and a header "Access-Control-Allow-Origin: *"

What is your backend setup ?

This is my post request

validateRequestToken(user){
       const httpOptions = {
        headers: new HttpHeaders({
        'Content-Type': 'application/json'}),
        };

     return this.http.post('https://api.themoviedb.org/3/authentication/token/validate_with_login?api_key=' + apiKey,  user, httpOptions).map(response =>{
        return new RequestToken(response); 
      })
 }

It sends pre-flight request, but it's not clear to me what should I do and is there a way to solve this without proxy and is this desirable behavior?

OPTIONS is enabled on most (was supposed to be all wink) endpoints but indeed, it was not enabled on the /3/authentication endpoints. I have a deploy going out later today that will enable it. I'll let you know when it's live.

Thank you very much for clarification and your help! ;)

OPTIONS should be enabled now on the /3/authentication methods. Let me know if you run into any more trouble.

Thanks Travis! ;-)

Vai nevarat atrast filmu vai TV pārraidi? Piesakieties, lai to izveidotu.

Vispārējs

s fokusējiet meklēšanas joslu
p atveriet profila izvēlni
esc aizveriet atvērtu logu
? atveriet īsinājumtaustiņu logu

Mediju lapās

b atgriezties (vai pie vecākiem, ja nepieciešams)
e dodieties uz rediģēšanas lapu

TV sezonas lappusēs

(labā bultiņa) pāriet uz nākamo sezonu
(kreisā bultiņa) pāriet uz iepriekšējo sezonu

TV epizodes lappusēs

(labā bultiņa) pāriet uz nākamo sēriju
(kreisā bultiņa) pāriet uz iepriekšējo sēriju

Visās attēlu lapās

a atveriet attēla pievienošanas logu

Visās rediģēšanas lapās

t atvērt tulkošanas atlasītāju
ctrl+ s iesniegt formu

Diskusiju lapās

n radīt jaunu diskusiju
w pārslēgt skatīšanās statusu
p pārslēgt publisko/privāto
c pārslēgt aizvērt/atvērt
a atklāta darbība
r atbilde uz diskusiju
l dodieties uz pēdējo atbildi
ctrl+ enter iesniedziet savu ziņojumu
(labā bultiņa) nākamajā lapā
(kreisā bultiņa) iepriekšējā lapa

Iestatījumi

Vai vēlaties novērtēt vai uzskaitīt šo vienumu?

Pieslēgties