我在尝试在我的应用程序中执行某些操作时,在Jmeter中收到一个错误。在我的公司,我使用一些XX代理连接到Internet。但是,在尝试使用Jmeter进行记录时,使用localhost并将端口设置为80.在工作台中进行基本设置后 - 单击start - 导航到浏览器以执行某些操作。但是,当我点击我的应用程序中的任何按钮时。我收到此错误
appName.config(["$httpProvider", ($httpProvider: ng.IHttpProvider) => {
$httpProvider.interceptors.push(() => {
// Your interceptor's logic here
});
});
答案 0 :(得分:0)
尝试在更改与80不同的端口后记录应用程序。