SylveonDeko / NHentaiAPI

A (full) nHentai API implementation for .NET
MIT License
33 stars 4 forks source link

Cookie Parsing Issues #17

Open cabeca1143 opened 10 months ago

cabeca1143 commented 10 months ago

I'm not sure if this is the appropriate place, but I keep getting 403(Forbidden) errors, and my suspicion is that I'm parsing my cookies wrong. I already tried parsing to Dictionary<string, string> in a whole bunch of different ways, none of which worked. I also couldn't find any documentation or info about this.

So may I ask for some clarification on what format exactly is expected for the cookies in the constructor of NHentaiClient?