-
Notifications
You must be signed in to change notification settings - Fork 70
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
paginate with postData #102
Comments
+1 |
To help debug, what do all the settings look like for your pagination control? |
defined the control as above, also tried "post-data" in place of "postData". above code works fine with GET, I just want to make it work with POST req |
Thanks for the bug report. This functionality was added in #77 by @papaiatis and perhaps he can spot what's going wrong. To my casual inspection it seems like things should work, since the variables are included in the scope, then passed to the connection config and that config is included in the http request. I acknowledge that the bug is happening for you though, and puzzled about what's going on. |
@AmritKrsh |
not working with post methods, I have set the method to post and also added post data but the request is still going as GET
The text was updated successfully, but these errors were encountered: