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

Wrap parameter names in quotation marks #1749

Closed
alexeyzimarev opened this issue Feb 11, 2022 · 0 comments · Fixed by #1750
Closed

Wrap parameter names in quotation marks #1749

alexeyzimarev opened this issue Feb 11, 2022 · 0 comments · Fixed by #1750

Comments

@alexeyzimarev
Copy link
Member

Some APIs like FreshDesk don't follow HTTP standards and set weird requirements on multipart form-data requests.

In particular, FreshDesk API fails if the parameter name is not wrapped in quotation marks (see #1744).

To solve that, RestSharp could optionally add quotation marks for form data parameter names (multipart only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant