Hello fellow coders,
I want to parse an html to create some custom statistics. Parsing is not the problem - accessing the html directly via loadStrings() is.
Problem: I need to login before I can view the html I want to parse. I figured out, that I may need to make some sort of a post-request in order to send my login-data to the service. How i this feasible with processing?
Thank you for helping out!
I want to parse an html to create some custom statistics. Parsing is not the problem - accessing the html directly via loadStrings() is.
Problem: I need to login before I can view the html I want to parse. I figured out, that I may need to make some sort of a post-request in order to send my login-data to the service. How i this feasible with processing?
Thank you for helping out!
1