Closed wafflecomposite closed 7 months ago
I have found that API is no longer working for UI apps like NextChat or BetterChatGPT. Direct POST request was still working, leaving me wondering.
After capturing some traffic with WireShark, I found out that now they're doing OPTIONS request before making the POST request
This PR fixes that
Before: After:
Thank you for you work
I have found that API is no longer working for UI apps like NextChat or BetterChatGPT. Direct POST request was still working, leaving me wondering.
After capturing some traffic with WireShark, I found out that now they're doing OPTIONS request before making the POST request
This PR fixes that
Before: After: