Is there a way to hide api keys on the myscript web editor?
C
CHUN BO ZHAO
started a topic
over 1 year ago
I know we have to use applicationkey and hmacKey in order to use the web app. But in that case, everyone can see the keys. I wonder if there is an editor provided for just output the strokes something like this. Then I can send the request through my server instead directly from the web app.
{"xDPI":90,"yDPI":90,"width":800,"height":1200,"contentType":"Text","conversionState":"DIGITAL_EDIT","theme":".text { font-family: Open Sans; font-size: 10;}","configuration":{},"strokeGroups":[{"penStyle":"color: #00FF00;","strokes":[]}]}
Best Answer
G
Gwenaelle @MyScript
said
over 1 year ago
Dear CHUN BO ZHAO,
Thank you for your request.
We recommand you following instructions of this topics that details how to secure your application:
CHUN BO ZHAO
I know we have to use applicationkey and hmacKey in order to use the web app. But in that case, everyone can see the keys. I wonder if there is an editor provided for just output the strokes something like this. Then I can send the request through my server instead directly from the web app.
{ "xDPI": 90, "yDPI": 90, "width": 800, "height": 1200, "contentType": "Text", "conversionState":"DIGITAL_EDIT", "theme": ".text { font-family: Open Sans; font-size: 10;}", "configuration": { }, "strokeGroups": [ { "penStyle":"color: #00FF00;", "strokes": [] } ] }
Dear CHUN BO ZHAO,
Thank you for your request.
We recommand you following instructions of this topics that details how to secure your application:
How to ensure that key is not stolen by others
Best regards,
Gwenaëlle
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstGwenaelle @MyScript
Dear CHUN BO ZHAO,
Thank you for your request.
We recommand you following instructions of this topics that details how to secure your application:
How to ensure that key is not stolen by others
Best regards,
Gwenaëlle
CHUN BO ZHAO
Thank you very much Gwenaëlle :)