Quick Link Dialog - HTTP status 401
Updated: 23 May 2010 | 1 comment
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.
discussion Filed Under:
Comments
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.
Would you like to reply?
Login or Register to post your comment.