Digitigrade @ git c26a1dc

Mentions princess winter
Last modified 23 Mar 2025, 15:15
pawpub/digitigrade question

is there a specific reason why the auth dialback uses form-urlencoded data instead of json?

re: pawpub/digitigrade question

i think it's because at the time i thought that it would be better to use form encoding for requests or something. i really don't remember lol sorry but it's kind of too late to change now i fear

re: pawpub/digitigrade question

i changed the poke thing to use form url encoding now as well so it should be consistent (except for push but i can't really do push because it has to send the object itself which is json)

re: pawpub/digitigrade question

yeah that's fair, makes sense. ill change my poke implementation to form encoding as well then