tecoholic

Provider_method_not_allowed

May 24th, 2016
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.43 KB | None | 0 0
  1. curl http://localhost:8080/providers \
  2. >     -d hostname=master-host \
  3. >     -d docker_base_url='https://128.199.198.172:2376' \
  4. >     -d type='master' \
  5. >     -X POST -i
  6. HTTP/1.0 405 METHOD NOT ALLOWED
  7. Content-Type: application/json
  8. Content-Length: 60
  9. Allow: HEAD
  10. Allow: OPTIONS
  11. Allow: GET
  12. Server: Werkzeug/0.11.10 Python/2.7.6
  13. Date: Wed, 25 May 2016 04:49:12 GMT
  14.  
  15. {
  16.     "message": "Method Not Allowed",
  17.     "status": 405
  18. }
Add Comment
Please, Sign In to add comment