我无法通过TestCafe访问下面提到的URL。该URL如下所述,它将访问一个js文件。
https://assets.adobedtm.com/launch-xxxx.min.js
将如下所述访问相同内容
http://localhost:1337/Kds4rFTmQ!s!utf-8/https://assets.adobedtm.com/launch-xxxx.min.js
但是当我尝试访问内部URL时,我可以访问它。
将如下所述访问相同内容。
http://localhost:1337/Kds4rFTmQ!s!utf-8/https://parentwebsite/xxxx.js
请让我知道我能做什么或哪里出了问题。
答案 0 :(得分:1)
在进一步调查正在发出的呼叫时,我发现呼叫在我们的防火墙上失败了,并且防火墙需要从末端进行一些更改。