-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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 with different library #61
Comments
@diego81b I suppose the main reason for this decision is to keep the application as light as possible. |
As I've mentioned in #76 we could possible use anyone from of these:
|
I vote axios. |
Another solution could be use Fetch Api but is not supported on IE11 ( damn IE 😄) and do not have interceptor. |
As I'm working on building a proxy to bypass the Same-Origin policy, I'm going to address this issue, as axios interceptors will make implementing the proxy much cleaner. |
Is your feature request related to a problem?
No
Describe the solution you'd like
Why the need to use xhr instead, for example, Axios.
One factor should be the need to use interceptors before or after request
Describe alternatives you've considered
Any
Additional context
No
The text was updated successfully, but these errors were encountered: