I'm having an issue where the following code is working perfect in Chrome and FF but is dying on the bold/italic line in IE. No error is thrown that I can tell, I have a try catch block that is printing to a text file any errors that are thrown. This is a custom workflow for contour that adds a new contact to Constant Contact. The address variable is "https://api.constantcontact.com/ws/customers/[username]/contacts. The contentType is "application/atom+xml". The requestMethod is "POST". The data is XML as shown below the code. One thing I feel I should mention is that the username is an email address. I'm assuming that this should be URL encoded.
IE dying on request.GetResponse()
I'm having an issue where the following code is working perfect in Chrome and FF but is dying on the bold/italic line in IE. No error is thrown that I can tell, I have a try catch block that is printing to a text file any errors that are thrown. This is a custom workflow for contour that adds a new contact to Constant Contact. The address variable is "https://api.constantcontact.com/ws/customers/[username]/contacts. The contentType is "application/atom+xml". The requestMethod is "POST". The data is XML as shown below the code. One thing I feel I should mention is that the username is an email address. I'm assuming that this should be URL encoded.
is working on a reply...