Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript - rpcHttpKey function always transfers payload using query params, instead of the utilizing the body #133

Open
MWFIAE opened this issue Jul 3, 2022 · 0 comments

Comments

@MWFIAE
Copy link

MWFIAE commented Jul 3, 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!

@lugehorsam 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants