Duplicate
Details
Assignee
Scott ThelemanScott ThelemanReporter
Scott ThelemanScott ThelemanStory Points
5Sprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Scott Theleman
Scott ThelemanReporter
Scott Theleman
Scott ThelemanStory Points
5
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 5, 2022 at 9:33 PM
Updated June 7, 2022 at 4:51 PM
Resolved April 6, 2022 at 6:16 PM
Device Config download not working correctly.
single file download sometimes has 'object [Object]' instead of actual Json text
multi file download is not a valid tar.gz file
Issues:
some mismatch between UI and Rest API code/assumptions. Rest API may work when called directly but not when called via UI
CORS issues with UI accessing 'Content-Disposition' (which is not a CORS safelisted header) which is causing problems getting the correct 'content-type' and filename
May need to send 'Access-Control-Expose-Headers' for 'Content-Disposition' or find another workaround