Development platform: ASP.NET
I am trying to code a bookmarklet which would enable user to select any text on any webpage and save it. The bookmarklet will load the selected text and has a save button which would post the text (via ajax) to the server.
The issue i am having is how do i authenticate the user.
I set an encrypted cookies from the server and tried to read it via bookmarklet (javascript) but the value null.
Any suggestion on how the authentication works in such scenarios.
TIA