/ Published in: Bash
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
curl -s -XPUT -d"user[name]=abstraktor" -D- http://localhost:30/users/7 -o/dev/null