use-http icon indicating copy to clipboard operation
use-http copied to clipboard

🐶 React hook for making isomorphic http requests

Results 92 use-http issues
Sort by recently updated
recently updated
newest added

Hello I'm newby, need some help how to get access token from SharePoint. I built the request by Postman the request url: https://accounts.accesscontrol.windows.net/{guid}/tokens/OAuth/2 method: POST Headers: Content-Type: application/x-www-form-urlencoded Body: grant_type:...

**Describe the bug** I'm normalizing the error code from the response with a message and I need to access this error inside the promise then, to do some more things,...

**Describe the bug** Response objects seem to be getting mixed up and duplicates are showing, only seems to effect Safari (tested on 13.1.1). ![image](https://user-images.githubusercontent.com/3525311/87674731-4ec3b480-c76e-11ea-80a0-99ce13698bf5.png) **⚠️ Make a Codesandbox ⚠️** https://codesandbox.io/s/dark-voice-qkjqp...

**Bug** In limit offset pagination, when page limit is 5 and current position in last page of data. Then change the page limit size 5 to 25. It will first...

Hey There, Sorry if I am following the wrong submission format (I didn't see any guidance for feature requests). I am wondering if it is possible for both the Provider's...

I'm trying to update the data variable(array) to add items without having to resend the GET request, i believe this is a common use case when you don't want to...

**Describe the bug** Several patch releases now contain breaking API changes, which violates [semantic versioning](https://semver.org/). **Expected behavior** From version 1.0.0 onwards I would expect that every patch release is fully...

**The issue is related to fixed** #232 Observed additional double quote in request body while sending raw text using below method: request.post('/route', 'string body') This is not happening when using...

**Describe the bug** Relative paths become absolute **⚠️ Make a Codesandbox ⚠️** Couldn't think of how to make a relative path codesandbox **To Reproduce** Steps to reproduce the behavior: 1....