REST-Antwort http-header debuggen


/ Published in: Bash
Save to your folder(s)

Der folgende Aufruf führt einen PUTrequest durch und zeigt (nur!!) den antwort-header an. Damit es funktioniert muss in app/controllers/application_controller.rb die zeile protect_from_forgery auskommentiert werden.


Copy this code and paste it in your HTML
  1. curl -s -XPUT -d"user[name]=abstraktor" -D- http://localhost:30/users/7 -o/dev/null

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.