Post YQL数据过帐问题

Post YQL数据过帐问题,post,yql,Post,Yql,我是YQL新手,所以这可能(希望)是一个简单的问题 我正在尝试将用户名和密码发布到此网页 我按照以下指南解决了这个问题: 但是,当我发布到网页时,我收到以下回复: { "execution-start-time": "101", "execution-stop-time": "1427", "execution-time": "1326", "http-status-code": "502", "http-status-message"

我是YQL新手,所以这可能(希望)是一个简单的问题

我正在尝试将用户名和密码发布到此网页

我按照以下指南解决了这个问题:

但是,当我发布到网页时,我收到以下回复:

    {
     "execution-start-time": "101",
     "execution-stop-time": "1427",
     "execution-time": "1326",
     "http-status-code": "502",
     "http-status-message": "Tunnel Connection Failed",
     "proxy": "DEFAULT",
     "content": "https://portaluc.puc.cl/uPortal/Login"
    }
   ],
   "cache": [
    {
     "execution-start-time": "99",
     "execution-stop-time": "100",
     "execution-time": "1",
     "method": "GET",
     "type": "MEMCACHED",
     "content": "09fb3008bbf8ca09c3fba9693b20efae"
    },
    {
     "execution-start-time": "100",
     "execution-stop-time": "100",
     "execution-time": "0",
     "method": "GET",
     "type": "MEMCACHED",
     "content": "190.8.76.67"
    },
    {
     "execution-start-time": "102",
     "execution-stop-time": "103",
     "execution-time": "1",
     "method": "GET",
     "type": "MEMCACHED",
     "content": "https://portaluc.puc.cl/robots.txt"
    },
    {
     "execution-start-time": "1254",
     "execution-stop-time": "1254",
     "execution-time": "0",
     "method": "GET",
     "type": "MEMCACHED",
     "content": "https://portaluc.puc.cl/robots.txt"
    }
   ],
   "redirect": {
    "from": "https://portaluc.puc.cl/uPortal/Login",
    "status": "302",
    "content": "https://portaluc.puc.cl/uPortal/render.userLayoutRootNode.uP"
   },
   "javascript": {
    "execution-time": "1330",
    "instructions-used": "4000",
    "table-name": "htmlpost"
   },
   "user-time": "1430",
   "service-time": "1407",
   "build-version": "37740"
  },
  "results": {
   "postresult": null
  }
提前谢谢你的帮助