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
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.
Good work done. The only issue i am facing is parameters become array when request are made twice or more.
The text was updated successfully, but these errors were encountered: