Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Quick Link Dialog - HTTP status 401

Updated: 23 May 2010 | 1 comment
lah's picture
0 0 Votes
Login to vote

I have created a simple workflow using three components. Dialog Workflow, Quick Link Dialog Workflow and Send Email. Users fill out and submit a web form. The Quick Link Dialog Workflow sends an email containing Approve and Deny links. Clicking the links will send different emails back to the user depending on which link was clicked.

It works perfectly when I debug the project, but Approve/Deny links return an error in the published version.

Sorry, there was error quering link data. Probably this response was already made.

Error details: The request failed with HTTP status 401: Unauthorized.

 

 

Comments

lah's picture
03
Mar
2009
0 Votes 0
Login to vote

Credentials not sent, but why?

I looked in the IIS log and found that the credentials were not sent to the server when clicking the Approve/Deny links, but I don't know why. First i submit the web form, then from the same computer and with the same user logged in, I click the links, but credentials are not sent and therefore the server returns HTTP status 401.