Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST на все ответы ошибка. #142

Open
totaki opened this issue Dec 29, 2018 · 0 comments
Open

POST на все ответы ошибка. #142

totaki opened this issue Dec 29, 2018 · 0 comments

Comments

@totaki
Copy link

totaki commented Dec 29, 2018

На POST запросы везде ошибка
2018-12-29 13-02-19

Мой ответ локально

curl -X POST http://localhost:80/accounts/likes -v
*   Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 80 (#0)
> POST /accounts/likes HTTP/1.1
> Host: localhost
> User-Agent: curl/7.63.0
> Accept: */*
> 
< HTTP/1.1 202 Accepted
< date: Sat, 29 Dec 2018 07:58:32 GMT
< server: bjoern
< content-length: 2
< content-type: application/json; charset=UTF-8
< Connection: Keep-Alive
< 
* Connection #0 to host localhost left intact
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant