parameters - What could cause this API Get request to not work? -
i making request following url:
http://testsurveys.com/surveys/demo-survey/?collector=10720
and request works fine. point assign collector id 10720
survey. there absolutely no issue request. however, when add parameter collector id passed through parameter nothing. example:
http://testsurveys.com/surveys/demo-survey/?code=123456&collector=10720
why collector parameter work in first scenario not in second?
that depend on code in backend. there's nothing wrong second request. fact parameters through other end evidence of this. try looking @ backend code , see why isn't being processed properly. coding assumptions in mind ended changing later? if don't find anything, include code in question.
Comments
Post a Comment