2014-06-23 2 views
1

Je suis en train de construire une réplique de demande boucle en utilisant l'extension Postman ChromeChrome Postman - comment éviter les en-têtes inutiles

même pour un simple -d POST, il ajoute un jeton postman. Comment puis-je éviter ça? Merci

curl -X POST -H Cache-Control:no-cache -H Postman-Token:494ce988-48f7-67b4-4b8c-90f63c4668f1 -d 'code=newcode' http://127.0.0.1:8000/snippets/6/ 
+0

Vous pouvez supprimer ce jeton dans vos demandes -> voir [stackoverflow] (http://stackoverflow.com/a/36883407/4314952) – d4rty

Répondre

Questions connexes