You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently to download streaming is supported by a cookie hoist. This would be irrelevant if we injected the access token directly into the URL. e.g. /my/url?access_token=xxxx, and performed the same kind of hoist to move that param into the Authorization header.
Relates to:
Context
Currently to download streaming is supported by a cookie hoist. This would be irrelevant if we injected the access token directly into the URL. e.g. /my/url?access_token=xxxx, and performed the same kind of hoist to move that param into the Authorization header.
See
internal-data-portal/web/src/components/dataset-entries/DownloadAsCsvButton.vue
Line 37 in 4de4b6b
The text was updated successfully, but these errors were encountered: