I'm a dotnet developer.
I was trying to create a process to export a contact list and check the status of the activity using the below mentioned parameters and using Export Contacts Activity.
"activityType=EXPORT_CONTACTS&fileType=CSV&sortBy=DATE_DESC&columns=EMAIL+ADDRESS&listId=http%3a%2f%2fapi.constantcontact.com%2fws%2fcustomers%2f" + sUsername + "%2flists%2fdo-not-mail";
HTTP status what i'm getting is always 201 created, but in my xml response the status is always PENDING.But even then i'm able to download the CSV file from my local development machine(Windows XP).
But when i moved the code to our web server which is in client place the same code is not working it is giving 400 Bad request exception.
Please see the attached XML response.
Can anyone tell me is it an error with the API? or is it an security issue with the server?
Thanks in advance
Hyma
... View more