Quantcast
Channel: LabVIEW topics
Viewing all articles
Browse latest Browse all 66651

SSL Post Message Formatting

$
0
0

Ok, I'm not sure if you lot are the right people to ask about this but I'm banging my head against the wall otherwise. I am in the middle of developing a new project that is to communicate with a secured HTTPS Server through a POST HTTP request. Previously I have communicated with this specific server through a labview program using the IWebBrowser class and POST Data as shown in the included snippet. However the new project requires the same process but as it is a Windows CE Touchscreen device it is not compatible with the IWebBrowser type.

 

SSL POST.png

 

Moral of the story, is it possible to actually somehow extract the data that is being passed through the working labview program POST in order to reverse engineer what I need to send to the server in order to replicate the operation? I have already tried examining the network connection with WireShark and that simple results in some jumble as it is unable to get inside the SSL connection. Any other ideas or methods for this would be greatly appreciated.


Viewing all articles
Browse latest Browse all 66651

Trending Articles