Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 Facebook url linter / debugger 测试整个 URL 列表,而不是一次测试一个?
如果您查看调试器的源代码,您会发现它是一个简单的 html 表单,您可能也可以这样做,创建一个包含几个 url 的页面并将每个 url 提交给调试器使用的相同操作.
调试器的服务器端有可能检查请求的来源(可能是某种 csrf?),但我对此表示怀疑。
唯一的问题是你为什么要做这样的事情?