Hi everyone,
Besides the protocols 'Generic HTTP Query' and 'Generic Network Services Monitor', are there any others that we can use to execute HTTP requests, such as GET, POST, PUT, etc.?
If for some of the HTTP requests we need to send them via a proxy, is there any driver where we can do that?
Thanks.
Hi all,
Looking into the .Net configuration doc, I found this :
Proxy Configuration - .NET Framework | Microsoft Docs
It seems possible to tell .Net to use an HTTP proxy to execute HTTP requests.
A usage by BB ==> Configure .NET framework to use a web proxy (blackberry.com)
It's also mentioned that if the configuration is set to "<proxy usesystemdefault="true" />" , Internet Explorer parameter are used.
Configuration seems ok on C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\web.config file
(don't know if it's the right file).
Anyway, it seems that the configuration of the IE proxy parameters don't affect the HTTP request sent by Dataminer.
Any idea on how to tell .Net Framework (and Dataminer application) to use a proxy for all the HTTP requests?
regards,
Julien