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

Processed input data on the client side #651

Open
bka1988 opened this issue Jun 21, 2024 · 0 comments
Open

Processed input data on the client side #651

bka1988 opened this issue Jun 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bka1988
Copy link

bka1988 commented Jun 21, 2024

Hello!
Is it possible to send data from the input field to the server, having previously processed it on the client?

It's going like this now: {"event":"from_submit","task_id":"login-171252656","data":{"oper_id":"406","pwd":"secret 406"}}

Can I process the data from the field on the JavaScript side with a certain algorithm?

For example MD5(secret 406) = 9acccec70230acda8431f332c33d3ad

I would send it over the network like this: {"event":"from_submit","task_id":"login-171252656","data":{"oper_id":"406","pwd":"9acccec70230acda8431f332c33d3ad"}}

@bka1988 bka1988 added the enhancement New feature or request label Jun 21, 2024
@bka1988 bka1988 changed the title [Feature Request] Processed input data on the client side Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant