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

Parameters becoming array #1

Open
Andrewsopoku opened this issue Feb 6, 2018 · 2 comments
Open

Parameters becoming array #1

Andrewsopoku opened this issue Feb 6, 2018 · 2 comments

Comments

@Andrewsopoku
Copy link

Good work done. The only issue i am facing is parameters become array when request are made twice or more.

@alirezaashrafi
Copy link
Owner

I did not understand your problem. Explain more

@MattNer0
Copy link

MattNer0 commented Apr 13, 2018

The problem seems to be that the list of GET parameters doesn't get cleaned up before a new request and addGet() keeps appending to the list. Solved it by using setGetList() which overrides the previous state.

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

3 participants