Skip to content

Issues performing .get() to CTA_FILE_URL from behind internal firewall #303

@aleks-sch

Description

@aleks-sch

Our model currently uses v1.0.5 and we are struggling to update to v1.0.6+ because the requests.get() introduced in 2c9ca5d to get the CTA_FILE_URL from behind internal firewall fails. We can go through a semi-lengthy exemption process but below changes will make it simpler and generally safer.

this issue to discuss some possible changes

  • simpler/safer to return a JSON response from the API and not full Excel file (this eliminates risk of 'bad' macros in XLSX file)?
  • a fallback in cases where requests.get fails supported?
  • support ability to pass in verify= param to the request.get?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions