Hi,
Hi,
This function return a JSON data to a Backoffice perl server of my client.
There is no interaction of a real user throught a WebBrowser.
There is a function called WebLogin that appears in an old WebShop manual, but I couldn´t find any reference about how it works.
I solve this redirecting in my funcion to /DoLogin with user and password as parameters and in case of success, redirects to my function that build the Data.
The first problem I faced was that POST data is lost in all redirections, so I saved that information temporary in a file but Its not a good solution.
The other problem is that only a Web user that I created, is allowed to login throught DoLogin function.
Is there any setting or any place to check for the allowed users to Login throught Webclient.
How DoLogin standard function works, I couldn´t find source code for that, Is there any way to call it as a Hal function and no only throught web?
Thanks