@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.
I have a resource which is a text file with around 4 million lines. But the resources doesn't load more than 1 million lines. Here is the setting for the resource.

and here is the resources stats when the program first starts running. As you can see, it is only loading a million lines from the text file, not the entire 4 million. Any ideas why?
