© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•6mo ago•
23 replies
Mąż Zuzanny Harmider Szczęście

✅ Help with http request

Hey guys, i'm having a wierd issue, i made a trial request to my mysql service provider via postman and it works fine, but when i try to do it via c# code, it returns with a 401, what's wierd is i used same auth ticket for both:
curl --location 'https://spending-juanthehuman.turso.io/v2/pipeline' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{"requests": [{"type": "execute","stmt": {"sql": "SELECT * FROM records"}},{"type": "close"}]}'
curl --location 'https://spending-juanthehuman.turso.io/v2/pipeline' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{"requests": [{"type": "execute","stmt": {"sql": "SELECT * FROM records"}},{"type": "close"}]}'
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

I need help refactoring my http request
C#CC# / help
2y ago
Storage for http request routes
C#CC# / help
2y ago
❔ c# post request http body
C#CC# / help
3y ago