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
You just need to swap these to http proxy (under integration):
Tick box "Use HTTP Proxy integration" under Integration Request and confirm,
Under Method Request remove any query parameters, request headers, request body and disable any request validation (since all of this is done in cognicity-server).
Deploy changes to the stage.
Just double check that caching is off under stage settings.
I've done this and tested and confirmed as working for GET /reports on data-dev.petabencana.id , e.g. https://data-dev.petabencana.id/reports?spam=123 ,
(but not the sub-paths under it) - sing out if you need further help.
e.g.
?time_window=
still returns reports which it should be?timewindow=
as per docs.petabencana.id.=> Check Joi validation settings on reports endpoint.
The text was updated successfully, but these errors were encountered: