You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your tool is great! it helps me to get restful api call responses with C# code from curl command. But the C# code from the following curl command doesn't work. Could you help me out? thanks
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" --referer https://yahoo.com/api/token -H "X-CSRFToken: dfdfffff" --data "username=dummy&password=header" --cookie "mytoken=dfgdsff" https://yahoo.com/api/token -k -D --o /dev/null