Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIG 'Send Request' doesn't work when not logged in. #1896

Open
kgrgreer opened this issue Feb 11, 2019 · 4 comments
Open

DIG 'Send Request' doesn't work when not logged in. #1896

kgrgreer opened this issue Feb 11, 2019 · 4 comments
Assignees
Labels

Comments

@kgrgreer
Copy link
Collaborator

Returns login screen HTML instead. Should send session with request.
FYI: @nanoscott

@jlhughes
Copy link
Collaborator

jlhughes commented Feb 12, 2019

@kgrgreer why do you think this is a bug? We explicit required that the DIG session was different from the normal user session.

@kgrgreer
Copy link
Collaborator Author

In other places where we link to services we include the sessionId so that it works. How is getting the HTML for the login screen as a response and not getting the chance to actually login not a bug?

We explicit required that the DIG session was different from the normal user session.
What do you mean?

@jlhughes
Copy link
Collaborator

@kgrgreer It used to be this way - where once logged in, you had DIG access. But we changed it, but having trouble remembering why. I recall something about on logout of the user, the DIG session was not logged out. So that's why I say it isn't a bug as we explicitly did this - just can't remember why. But if we address whatever the real session issue was, then I'm fine with using the user session.

@minsunny
Copy link
Contributor

Will fix on 'Send Request' without not logged in by using the current session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants