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 are at most of the times sent using Content-Type application/x-www-form-urlencoded. multipart/form-data only rarely used, usually when large amounts of data or binary data is sent.
The text was updated successfully, but these errors were encountered:
- Adds request body presets
- Sets the default preset to JSON (#103)
- Persists the user's previously selected preset for
new requests (#88)
- Sets the request body to be expanded by default (#78)
- Fixes the `Content-Type` header not being visible in the
headers list (#75)
Html forms are at most of the times sent using Content-Type
application/x-www-form-urlencoded
.multipart/form-data
only rarely used, usually when large amounts of data or binary data is sent.The text was updated successfully, but these errors were encountered: