DEV Community

Cover image for Got em' ...
kibblewhite
kibblewhite

Posted on

Got em' ...

Had a really strange thing happen today while developing using Blazor.

Things were working fine, and then my Blazor app started making calls to the server using a library called "Got" (https://github.com/sindresorhus/got)

This is fine, apart from that it stripped all the http header data that we were working with. In the end we had to bin blazor and went back to using JavaScript and XMLHttpRequests.

I think the only thing that was annoying, is I have no idea where and when this "got" library appeared from, who included it into the Blazor app and why?

Anyways, that is all.

p.s. why name an app/lib "got", it's like calling an app "the". Makes troubleshooting and finding any relevant search terms near impossible to find.

Top comments (0)