简体   繁体   English

WEB API 的站点无法访问问题

[英]Site can't be reached issue for WEB API

Using Web API solution I'm downloading Excel file, But when I try to run that link I'm getting below error使用 Web API 解决方案我正在下载 Excel 文件,但是当我尝试运行该链接时,我遇到了错误

"The webpage at https://test.quality.com/rmqwebapis/GetReport/278 might be temporarily down or it may have moved permanently to a new web address". “位于https://test.quality.com/rmqwebapis/GetReport/278的网页可能暂时关闭,或者它可能已永久移动到新的 web 地址”。

Please help me out with this issue请帮我解决这个问题

The issue could lie with the Winsock settings corruptions.问题可能在于 Winsock 设置损坏。

I suggest you to follow the steps below and check if it helps:我建议您按照以下步骤操作并检查是否有帮助:

  1. Right click on Start Menu and select Command Prompt (admin).右键单击开始菜单和 select 命令提示符(管理员)。
  2. Type "netsh winsock reset" and hit enter.输入“netsh winsock reset”并回车。
  3. When prompted, restart the computer.出现提示时,重新启动计算机。
  4. Check if the issue persists.检查问题是否仍然存在。

If this problem only exists in chrome you can also refer to this link .如果此问题仅存在于 chrome 中,您也可以参考此链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM