python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to bypass website login via mql4 to get data
How can I extract data from a website that is protected with a login and password via mql4?
I have the login credentials so this is not about hacking. I can get the html for any website but if a websi...
Jose Manuel
Votes: 0
Answers: 0
HttpWebRequest failing on send through website application, but works in console app
I have a form on my website that makes a basic Get request to an API (managed by the client). It was working for years, until suddenly, it started throwing the error:
The underlying connection was clo...
Erica Stockwell-Alpert
Votes: 0
Answers: 0
Getting a type mismatch parsing web request response to xml object in vba
I am getting a type mismatch (run timer error 13) for when parsing a web request response to an xml object in VBA.
The error is on this line:
xmldoc.LoadXML WebRequest.responseXML
WebRequest.Open ...
Alex
Votes: 0
Answers: 1
Check a website using HTTPS/SSL and if the certificate is invalid give user the option to trust it anyway
I have a application which accesses devices through HTTP or HTTPS. All these devices are on the internet and usually the customer gives us direct IP access with a firewall forwarding rule allowing on...
ADY
Votes: 0
Answers: 1