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

Upper casing the first letter of each parameter #46

Open
iCyb3r opened this issue Jun 7, 2017 · 3 comments
Open

Upper casing the first letter of each parameter #46

iCyb3r opened this issue Jun 7, 2017 · 3 comments

Comments

@iCyb3r
Copy link

iCyb3r commented Jun 7, 2017

I don't know if this can be set to false but the library is making the decision of upper casing the first letter of each parameter name in all requests.

Json example: {"Name":"John", "Age":25}
While it should look like this: {"name":"John", "age":25}

This gets a different response from what's expected.

@iCyb3r iCyb3r changed the title Upper casing the first letter for each parameter Upper casing the first letter of each parameter Jun 7, 2017
avk-22 pushed a commit to avk-22/EasyHttp that referenced this issue Feb 10, 2018
@OwaisQureshi
Copy link

If it's solved it should be closed

@kgsensei
Copy link

kgsensei commented Feb 5, 2022

I'm having the same issue.
My code says: data.select = "Example";
Server says select param is 'Select' instead of 'select'.

@hoowee
Copy link

hoowee commented Feb 5, 2022 via email

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

No branches or pull requests

4 participants