We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6db93 commit 9e082ebCopy full SHA for 9e082eb
README.md
@@ -324,15 +324,16 @@ curl -X DELETE -H 'Content-Type: application/json' \
324
curl -X OPTIONS -i 'http://127.0.0.1:8000/api/login' \
325
-H "Origin: http://example.com" -H "Access-Control-Request-Method: POST"
326
```
327
- - Response
+ - Response
328
+ ```
329
HTTP/1.1 200 OK
330
content-length: 0
331
access-control-max-age: 3600
332
access-control-allow-methods: POST,DELETE,GET,PUT
333
access-control-allow-origin: *
334
access-control-allow-headers: authorization,content-type,accept
335
date: Tue, 07 Jan 2020 15:17:48 GMT
-
336
337
338
### Errors:
339
- Invalid or missing token
0 commit comments