http icon indicating copy to clipboard operation
http copied to clipboard

Universal HTTP Module for Nuxt.js

Results 64 http issues
Sort by recently updated
recently updated
newest added

Maybe someone else can verify, but I think there might have been a change recently with how `publicRuntimeConfig` works. This line here doesn't seem to be working anymore in my...

the Backend send a response containing the file 'blob', how to use responseType: 'blob' in the http configuration

The setToken method sets the header as "Authorization" but if there is already an authorization header without capital A they can combined in the final request causing errors to occur....

Fix #198 and many others broken links leading to 404.

On homepage there is a link to migration guide that leads to a 404 https://http.nuxtjs.org/

I need to make an api call but I need to add user/password to the api I'm able to do it with axios just by sending the config in the...

I use nuxt/http throughout my project in different ways, but mainly within the `fetch` method. It works great. One thing I've started doing in my application recently is creating JS...

I'm requesting data from Wordpress Api, which serves some data in response headers: X-WP-Total: the total number of records in the collection X-WP-TotalPages: the total number of pages encompassing all...