LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading from password protected websites

Hi all

I am struggling to read the HTML data from password protected sites such as emails etc. using this SubVI that reads HTML data fine from other websites. How would I modify it to be able to do this? Whenever I paste in the URL for an email inbox or other pages similar, it gives me an error because the URL contains forbidden characters - often a %.

Does anyone have any advice?

Thanks

Will

0 Kudos
Message 1 of 2
(2,340 Views)

Hi Plastipack,

 

I'm afraid I can't run your code as it is missing 'states.ctl'.

 

What are you hoping to achieve with this html data? Do you want to be able to read emails, or send them? Knowing what you want the data for will allow us to help you better.

 

If the latter, you may be better off using a protocol like SMTP. There's an example (help > find examples > search 'email') that demonstrates how you could do this.

 

Best regards,

 

Leah

0 Kudos
Message 2 of 2
(2,285 Views)