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

Migrate to fetch API and/or latest Axios version #13

Open
gdoumen opened this issue Feb 17, 2024 · 1 comment
Open

Migrate to fetch API and/or latest Axios version #13

gdoumen opened this issue Feb 17, 2024 · 1 comment

Comments

@gdoumen
Copy link
Contributor

gdoumen commented Feb 17, 2024

Currently Incyclist is using a mix of libraries to perform HTTP requests

  • request API to send forms
  • axios to perform downloads of big files, which can be paused/resumed and report on progress
  • axios to retrieve resources identified by an URL

request API is out of live and will not be maintained anymore.
Axios is still maintained, but the latest versions are not working, i.e. we still are on an old version, which has security issues

Therefore, the app should try to migrate to fetch API (natively supported by NodeJS >v18) or Axios

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

No branches or pull requests

1 participant