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
HTML forms post data in URL encoded format (i.e. name=Tyler&city=SLC). It would be good if we added a codec to support this type too. Mime type would be application/x-www-form-urlencoded
This:
name=Tyler&city=SLC
Should become an object like this:
The text was updated successfully, but these errors were encountered: