1
Ich habe eine Locke Anfrage bekommt, das wie folgt aussieht:Wie bekomme ich HTTP-Anfrage von Curl?
curl -s http://someurl1.com -H 'Accept: application/json' -u 'emv:LgKrAVkFf2c6mr4DFBQUdjBK' -d grant_type='password' -d scope='offline_access' -d username='[email protected]' -d password='456Qwer()' -d acr_values='tenant:sdfdfsdf-e5e7-42d5-9881-sdfsdf' | python -m json.tool
Wie kann ich eine einfache HTTP-Anforderung von ihm konstruieren? Ich habe versucht, es mit Postbote zu importieren, aber bekam Error while importing Curl: Zero or Multiple option-less arguments. Only one is supported (the URL)