Logic Machine Forum
Get values from webpage - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8)
+--- Thread: Get values from webpage (/showthread.php?tid=3233)



Get values from webpage - bednarekluc - 17.03.2021

Hello,

I would like to get values from a HTTS protetected website, with a own login screen.
They don't provide an API, so i need to get the data from the webpage.

I know it is possible to do something like that with Python.
Is it possible to do this on the logicmachine?

Has anybody an example of how to?

Thanks in advance.


RE: Get values from webpage - admin - 18.03.2021

Possible unless there's some protection that requires user interaction like a captcha or two-factor auth. There are many examples of http requests on the forum. But it's not possible to provide a complete example without knowing how this website handles the login procedure as there might be some extra protection via cookies, hidden form fields etc.


RE: Get values from webpage - bednarekluc - 18.03.2021

The website is pool.aseko.com

There is a username and password field.


RE: Get values from webpage - admin - 19.03.2021

Can you send your username and password for this service via Private Message here?