如何阻止 GraphQL 查询显示在浏览器开发人员工具中? GraphQL 查询显示在有效负载下
是否有设置或解决方法可以阻止 GraphQL 查询在浏览器开发人员工具中显示?在 Chrome 中,我的 GraphQL 查询列在“网络”部分的“有效负载”选项卡下。如果我复制并粘贴它,然后使用 Postman 或在 Playground 中使用正确的数据发送请求,那么这是一个完整的查询。
当我检查 Facebook 时,我没有看到完整的可用查询。形状不可见。
Is there a setting or a work-around for me to stop GraphQL queries from being displayed in browser developer tools? In Chrome, my GraphQL queries are listed under the "Payload" tab in the "Network" section. It is a full query that works if I copied and pasted it then sent the request using Postman or in the Playground with the right data.
When I check FaceBook, I don't see a full usable query written out. The shape is not visible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
截至 2023 年 6 月,仍然无法向浏览器开发者隐藏 GraphQL 查询结构和参数。工具。这是我的 Facebook 页面的屏幕截图:
Marco Daniel 在 2022 年的评论仍然是正确的。
As of June 2023, it is still not possible to hide the GraphQL query structure and parameters from a browser's dev. tools. This is a screenshot of my Facebook page:
Marco Daniel's comment in 2022 is still true.