URL parameters being redacted
So I'm implementing oauth on my website, and for that I have a callback url for oauth. But it seems like Cloudflare is redacting the code that I need to get an access token. Is there a way to have cloudflare stop redacting url parameters?
2 Replies
It shouldn't redact in the code but will in the logs
I see. Thank you.