07-25-2017 03:23 AM
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
07-26-2017 09:54 AM
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