gpt4 book ai didi

html - 如何向 GTMetrix 发送 post 请求

转载 作者:行者123 更新时间:2023-11-28 02:59:26 26 4
gpt4 key购买 nike

我希望我的用户在我的网站上写他的网站,然后被发送到 gtmetrix.com 开始新的测试,但不需要再次写他的网站。

我正在尝试:

<form method="post" action="https://gtmetrix.com/analyze.html">
<input type="text" placeholder="Enter your Website URL"></input>
<input type="submit">CHECK IT</input>
</form>

但是我得到了一个

Analysis Error

You tried to analyze an invalid/malformed URL

我做错了什么?可以这样做吗?

最佳答案

他们似乎需要名为 url 的表单数据字段中的 url。

您必须使用以下输入标签:

<input type="url" name="url" value="" placeholder="Enter your website URL" maxlength="1024" autofocus="" required="">

此外,他们可能会阻止外部引荐来源网址。但首先尝试添加名称属性。

关于html - 如何向 GTMetrix 发送 post 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35311169/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com