【发布时间】:2017-08-24 06:18:38
【问题描述】:
重播脚本时,我收到以下错误消息:
Error -26625: HTTP Status-Code=406 (Not Acceptable) for "https://example.com" [MsgId: MERR-26625]
406 - 客户端浏览器不接受请求的 MIME 类型 页面。
您的浏览器无法打开您要查找的页面,因为 它具有您的浏览器不接受的文件扩展名。
在下面的调用中收到此错误
web_custom_request("bootstrap",
"URL=https://<Domain Information>",
"Method=POST",
"Resource=0",
"RecContentType=application/json",
"Referer=https://<Domain Information>",
"Mode=HTTP",
"EncType=application/json;
您能否建议我如何克服此错误。
【问题讨论】:
-
https://<Domain Information>到底是什么? -
您要将其发送到的确切 URL 是什么?
标签: loadrunner http-status-code-406