Dear forum members,
I am trying to read out html-content of websites by using the HTTPClient-Get.vi.
For some websites, like for example https://www.amazon.de/ this is working without any problems (see appended picture).
But for some other websites, however, the HTTPClient-Get.vi always produces some "generic error". For example, I am not able to retreive data from https://www.onvista.de/ .
In order to rule out problems related to the missing user agent, I recorded the header of the GET-command which is produced by the mozilla web-browser and incorporated this whole header into my LabView-based request. Furthermore, I also added the SSLConfig.vi, but all these measures did not lead to success (complete code shown in 2nd picture).
So does anyone has an idea why it does not work for https://www.onvista.de/ ?
I am using LabView 2010 SP1 with Internet Toolkit installed.