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 httpRequest class no longer seems to be able to do a GET with a request body anymore. It looks like the library used to do the http request has been completely changed in Parse Server 3.x.
The parse server classes api allows specification of a where condition for the GET http method. This no longer seems to work in Parse Server 3.10.0.
This curl is a simulation for what the GET request should do:
But the equivalent Parse.Cloud.httpRequest call would not have anything in the "args" field.
Thanks
The text was updated successfully, but these errors were encountered:
asdf01
changed the title
Parse Server 3.x Parse.Cloud.httpRequest no longer able to sent body for GET request
Parse Server 3.x Parse.Cloud.httpRequest no longer able to send body for GET request
Jan 24, 2020
The httpRequest class no longer seems to be able to do a GET with a request body anymore. It looks like the library used to do the http request has been completely changed in Parse Server 3.x.
The parse server classes api allows specification of a where condition for the GET http method. This no longer seems to work in Parse Server 3.10.0.
This curl is a simulation for what the GET request should do:
Result:
But the equivalent Parse.Cloud.httpRequest call would not have anything in the "args" field.
Thanks
The text was updated successfully, but these errors were encountered: