我通过href传递html_url。但是,由于它不包含端口8000,请求被拒绝(错误:“localhost拒绝连接。”)。
get-request:json
"items": [
{ "id": 3,
"meta": { "type": "home.HomePage",
"detail_url": "http://localhost/api/v2/pages/3/",
"html_url": "http://localhost/",
"slug": "home",
"first_published_at": "2018-02-11T03:08:18.344199Z"
},
"title": "Home"
}]
有没有办法包括我的端口?