acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
3 stars 0 forks source link

Fix LC user verification #60

Closed EthanThatOneKid closed 4 months ago

EthanThatOneKid commented 4 months ago

For some reason, this request spontaneously required the headers { "priority": "u=0, i" }. I figured this out by copying the fetch from the navigation tab and removing all of the options that aren't necessary.

Fixes #59.