我想知道是否可以使用 Discord OAuth(识别范围),同时还将重要的补充信息传递到重定向 URL。
site with [important variable] > oauth page > site that needs [important variable] and oauth result
Run Code Online (Sandbox Code Playgroud)
我尝试附加类似 ?variable="myString" 的内容,但它会删除除 OAuth 信息之外的所有不必要的 URL 参数。Discord OAuth 也不太喜欢在 iframe 中,所以这不是这里的解决方案。