Hello,
I was currently experimenting with jelly and javascript and wrote a RootAction that would be accessed by the loaded page every second through a timeout.
The problem i face now is that if i export the hpi from my test server to a "real" one (it's a server on my laptop aswell but with accounts and stuff) i get a 403 forbidden and the response reads "Authentication required".
So i did some research and i found that i have to add the "Authentication" header to my request with the credentials.
But my problem now is how to get these credentials (mostly password/-hash; i can get username through ${
user.name} in jelly).
I'd be glad if you could help me.
Thanks in advance