PHRETS
PHRETS copied to clipboard
Searching with use_post_method enabled puts parameters on both the URL and in request body
When Searching with use_post_method enabled it puts parameters on both the URL and in request body. This can cause duplicate parameters on some RETS servers.
Also can cause the URL to be too long in some cases where there are lots of fields in Select which is one of the main reasons to use POST instead of GET to get over this limitation.
If this has to be there for some reason, maybe add another option to remove it from URL or something.
I am experiencing the same issue.