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
We added support to mutate query params for GET Http method in #122
Currently there is no requirement for supporting mutates for the post body.
We intentionally wanted to restrict any random mutation to the payload by the gateway.
This might be required for Search by POST. We can think of supporting this after we fix #87
We should re-evaluate this in future based on the client requirements.
The text was updated successfully, but these errors were encountered:
We added support to mutate query params for GET Http method in #122
Currently there is no requirement for supporting mutates for the post body.
We intentionally wanted to restrict any random mutation to the payload by the gateway.
This might be required for Search by POST. We can think of supporting this after we fix #87
We should re-evaluate this in future based on the client requirements.
The text was updated successfully, but these errors were encountered: