Report Bugs Here

Moderator: Mmiscool

User avatar
By kingedem
#43640 now it is not returning anything...

my url: "hexa-instruments.com/"

Mmiscool wrote:It will return the html of a web page if that page consists of html.

Can you give me a good exmple of a url you are trying to fetch and the expected result you are looking for?
User avatar
By kingedem
#43642 adding "/" end of url not good ... as many url will end with pages like .htm , .html, .jsp , .asp .... etc...

kingedem wrote:now it is not returning anything...

my url: "hexa-instruments.com/"

Mmiscool wrote:It will return the html of a web page if that page consists of html.

Can you give me a good exmple of a url you are trying to fetch and the expected result you are looking for?
User avatar
By kingedem
#43644 Micheal,

Could you please suggest the URL which is working with u?


kingedem wrote:adding "/" end of url not good ... as many url will end with pages like .htm , .html, .jsp , .asp .... etc...

kingedem wrote:now it is not returning anything...

my url: "hexa-instruments.com/"

Mmiscool wrote:It will return the html of a web page if that page consists of html.

Can you give me a good exmple of a url you are trying to fetch and the expected result you are looking for?
User avatar
By Mmiscool
#43658 I just uploaded a new build that has a more stable wget() function.

As to the url format.
print wget("hexa-instruments.com/") and wget("hexa-instruments.com/bla.htm") are good

print wget("hexa-instruments.com") will not work.