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
Is there ability to post data as a regular form (like curl -F ...)? I am trying to post to a server that does not accept json. The other option (url-encoded-form) does not seem to do the trick either.