Looking for the best way to protect your JavaScript source code? Stop looking. Sign up now! Did you forget your password?

JScrambler JScrambler

How it works

Requests made to the server are simple HTTP messages containing parameters that are used to authenticate and process the request. Check this diagram illustrating a client-server interaction:

diagram_client_server

Client requests for a code transformation and receives a JSON response. The response contains info about the submitted code as the id that identifies it. The client uses the same id and requests the API server for the resulting code.

Read more about JScrambler RESTful API.