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
I'm running into problems because the payload is always transferred in the query params in the rpcHttpKey function.
Therefore the amount of data I can transfer is very limited.
Other functions require a session that my backend server doesn't have and it seems like too much of a refactoring (with too many negative side effects) just to allow bigger payloads.
Have a great day!
The text was updated successfully, but these errors were encountered:
lugehorsam
changed the title
rpcHttpKey function always transfers payload using query params, instead of the utilizing the body
Javascript - rpcHttpKey function always transfers payload using query params, instead of the utilizing the body
Sep 21, 2022
Hey everyone,
I'm running into problems because the payload is always transferred in the query params in the rpcHttpKey function.
Therefore the amount of data I can transfer is very limited.
Other functions require a session that my backend server doesn't have and it seems like too much of a refactoring (with too many negative side effects) just to allow bigger payloads.
Have a great day!
The text was updated successfully, but these errors were encountered: