我正在通过浏览器访问https://xyz.abcd.com/api/users&page=3。
但是我获取的数据由http URL组成。
{
"count": 410,
"next": "http://xyz.abcd.com/api/users&page=4",
"previous": "http://xyz.abcd.com/api/users&page=2",
"results": [<data goes here>]
}
我在 USE_X_FORWARDED_HOST = True
中设置了settings.py
。但是它没有用。