Hello,
I have a link in an email like this:
http://{espoURL}/?entryPoint=pdf&entityType={myEntityType}&entityId ={myEntityId}&templateId={myTemplateId}
The behavior i'm seeing is that:
Scenario 1: I have already logged into espo in my browser window and then click the link in the email
Result - The document loads in my browser with no login needed
Scenario 2: I paste the link directly into my browser in a new 'Private' (ie. incognito window)
Result - an apache login screen is displayed and even if I put in the correct username and password i just displays the same screen after hitting submit
Is Scenario 2 expected ? Please see below screenshot for what I'm seeing.
What I would have expected is perhaps the Espo login screen to appear and after logging in that would re-direct me to the pdf ?
I have a link in an email like this:
http://{espoURL}/?entryPoint=pdf&entityType={myEntityType}&entityId ={myEntityId}&templateId={myTemplateId}
The behavior i'm seeing is that:
Scenario 1: I have already logged into espo in my browser window and then click the link in the email
Result - The document loads in my browser with no login needed
Scenario 2: I paste the link directly into my browser in a new 'Private' (ie. incognito window)
Result - an apache login screen is displayed and even if I put in the correct username and password i just displays the same screen after hitting submit
Is Scenario 2 expected ? Please see below screenshot for what I'm seeing.
What I would have expected is perhaps the Espo login screen to appear and after logging in that would re-direct me to the pdf ?
Comment