It appears that the "test request" function for the HTTP Web Request activity in workflow designer are actually making the request from the client computer that is running Designer. Isn't this a bug? Shouldn't the test run from the workflow server?
The SQL queries seem to be running on the server when I test those.
If it runs from the client, then its not really a true test.
I found this out as our IT team has been requiring TLS 1.2 on our servers. I was unable to test these types of activities until I had the .NET TLS-realted registry keys added to my computer listed in the LF KB. I was getting SSL-related errors until these keys were implemented.
What should be the behavior?