Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content-Type should be application/x-www-form-urlencoded when 'use form data' is checked #103

Closed
tylkomat opened this issue Jul 11, 2017 · 1 comment

Comments

@tylkomat
Copy link

tylkomat commented Jul 11, 2017

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.

@eliihen
Copy link
Member

eliihen commented Jul 11, 2017

Hey,

Yeah, bodies are scheduled to be reworked in 2.1 with new presets. A urlencoded preset will be a part of that

@eliihen eliihen mentioned this issue Jul 20, 2017
5 tasks
@eliihen eliihen added this to the 2.1.0 milestone Jul 25, 2017
eliihen added a commit that referenced this issue Jul 25, 2017
- 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)
@eliihen eliihen mentioned this issue Jul 26, 2017
@eliihen eliihen closed this as completed Jul 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants