crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.32k stars 651 forks source link

Help request from a newbie #4022

Open pennybuster opened 6 years ago

pennybuster commented 6 years ago

Hi! Happy New Year to everyone!!!

I don't know where else to ask for help. Please bear with me... I'm not a programmer.

I have a web HMI with a web server that checks for a hardcoded cookie. I want to try to access from a Webview that checks the IMEI of the Android device and sends it as an HTTP cookie through HTTPS with "HttpOnly" and "secure" flags.

The app needs public SSL key pinning (https://stackoverflow.com/questions/28667575/pinning-public-key-in-my-app).

Can somebody help me put all those features together in a Crosswalk project? It could be shared in another Github repository...

Thank you very much!