Hello,
J'ai essayé d'utiliser l'API, mais j'ai un problème.
Ça, sa marche :
1 | $ curl -i https://zestedesavoir.com/api/membres/ |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | HTTP/1.1 200 OK Server: nginx Date: Mon, 11 May 2015 19:05:14 GMT Content-Type: application/json Transfer-Encoding: chunked Connection: keep-alive Vary: Accept-Encoding ETag: "d8f9437e4f88b4e6e2ad0a6d770d970bfdd5bbbc689cc3b3390759d06d4f105a" Vary: Accept, Cookie Allow: GET, POST, HEAD, OPTIONS P3P: CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV" Strict-Transport-Security: max-age=500 Access-Control-Allow-Origin: * X-Clacks-Overhead: GNU Terry Pratchett {"count":2480,"next":"http://zestedesavoir.com/api/membres/?page=2","previous":null,"results":[Tableau long ...]} |
Mais quand je le met dans une page web :
1 | $.get("https://zestedesavoir.com/api/membres/"); // jQuery évidemment ^^. |
J'obtient ça :
Et j'ai aucune idée de l'origine de l'erreur.
Quelqu'un sait pourquoi j'ai deux Access-Control-Allow-Origin
dans la réponse ?
+0
-0