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

HTTP request synchronization behind security proxies #19

Closed
landonreed opened this issue Dec 10, 2018 · 0 comments
Closed

HTTP request synchronization behind security proxies #19

landonreed opened this issue Dec 10, 2018 · 0 comments
Assignees
Labels

Comments

@landonreed
Copy link
Contributor

Issue by zbouziane
Tuesday Mar 07, 2017 at 11:22 GMT
Originally opened as catalogueglobal#1


Some actions need two http successive requests to be performed. Downloading a feed is an example of such an action. The first request download a token '/api/manager/${SecureOrPublic}/feedversion/${FeedVersion.id}/downloadtoken' then the second request uses this token to download the feed /api/manager/downloadfeed/${DownloadedToken}. The token is available for only one dowload, which causes the download of feeds fails for clients behind a security proxy that plays any http request twice. A first time to test the server and a second time to serve the original requester.

@landonreed landonreed self-assigned this Dec 10, 2018
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

1 participant