bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
693 stars 147 forks source link

Allow updates (with POST/PUT/DELETE) to follow redirects #91

Closed AButler closed 7 years ago

AButler commented 7 years ago

When a POST/PUT/DELETE occurs, .NET HttpClient does not automatically follow a redirect (301/302/303/307) to post the data elsewhere.

The Nest API sends a 307 on updates and therefore needs to follow the redirect in order to work (see #53).

coveralls commented 7 years ago

Coverage Status

Coverage increased (+2.5%) to 45.051% when pulling 07bc44986f425e014f326838ef6e599eaf95a536 on AButler:auto-redirect into c031451f748fbebabc0e4091f1f0d9ae730c43fe on ziyasal:master.