@Moastafi74 said in load and show page using http client ?:
@Fox why doesn't load full page?
Open the console in the browser on the network tab and go to the page. You will see that multiple requests are used to load the page, not just one.
Hello,
I find myself in front of a problem when I want to load with the function Browser:Load some URLs.
Here is an exemple of URL :
When I'm loading it outside BAS (firefox, chrome...), I have the good rendering but when I'm loading into BAS, loading does not end (see image).
Content seems to be loaded with AJAX is this the source of the problem ?
How can I solve this problem please ?
Thank you