Hello!
There is URL and when it loaded I'm watching source code and there are few rows with needed information. Al that happened in browser.
When I'm using get URL request, it returns almost the same but those rows are absent. The area where rows placed looks like <td alias="Result"></td> - it is empty when I use this URL in LiveCode. Where did I go wrong?
Different result loading URL
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Different result loading URL
How are you observing the result?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Different result loading URL
get URL nowURL // nowURL is variable that contains address
put it into nowData // here we have a html content
put it into nowData // here we have a html content
Re: Different result loading URL
It sounds like the site might be generating some dynamic content that would need some site-specific sign-in or header settings that would be handled automatically by the browser.
Is the url a public facing site or behind a paywall? Can you use Postman to see the processes by which a page is requested and what is returned?
Is the url a public facing site or behind a paywall? Can you use Postman to see the processes by which a page is requested and what is returned?
Re: Different result loading URL
I suppose that html content contains some script. Browser execute some script which contained inside html code. How it can be solved in LiveCode?
Re: Different result loading URL
That completely depends on the site structure and script