本期起了一个前端服务,多个ip对应同一个域名可以解决前端跨域访问 在 2020-06-03 13:12:54,"tanghengvip" notifications@github.com 写道: 多个ip对应一个域名的预期结果是什么? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
本期起了一个前端服务,多个ip对应同一个域名可以解决前端跨域访问 在 2020-06-03 13:12:54,"tanghengvip" notifications@github.com 写道: 多个ip对应一个域名的预期结果是什么? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
我现在的现象是所有的请求都只走第一个,第一个不满足直接404 在 2020-06-04 14:37:41,"tanghengvip" notifications@github.com 写道: 本期起了一个前端服务,多个ip对应同一个域名可以解决前端跨域访问 在 2020-06-03 13:12:54,"tanghengvip" notifications@github.com 写道: 多个ip对应一个域名的预期结果是什么? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 在DNS中,一个域名如果对应多个IP,一般是将IP全部加入一个IP地址池,然后将域名指向这个地址池,当有查询请求的时候,DNS会轮流返回或随机返回地址池里的一个IP地址。 而hosts文件则是顺序查询,遇到对应域名的IP就立刻返回,即使后边还有对应这个域名的解析也不再理睬。 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
5条答案
按热度按时间w8f9ii691#
是软件的原因还是说系统原因?
tzdcorbm2#
多个ip对应一个域名的预期结果是什么?
pxyaymoc3#
本期起了一个前端服务,多个ip对应同一个域名可以解决前端跨域访问 在 2020-06-03 13:12:54,"tanghengvip" notifications@github.com 写道: 多个ip对应一个域名的预期结果是什么? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
nukf8bse4#
本期起了一个前端服务,多个ip对应同一个域名可以解决前端跨域访问 在 2020-06-03 13:12:54,"tanghengvip" notifications@github.com 写道: 多个ip对应一个域名的预期结果是什么? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
在DNS中,一个域名如果对应多个IP,一般是将IP全部加入一个IP地址池,然后将域名指向这个地址池,当有查询请求的时候,DNS会轮流返回或随机返回地址池里的一个IP地址。
而hosts文件则是顺序查询,遇到对应域名的IP就立刻返回,即使后边还有对应这个域名的解析也不再理睬。
zbsbpyhn5#
我现在的现象是所有的请求都只走第一个,第一个不满足直接404 在 2020-06-04 14:37:41,"tanghengvip" notifications@github.com 写道: 本期起了一个前端服务,多个ip对应同一个域名可以解决前端跨域访问 在 2020-06-03 13:12:54,"tanghengvip" notifications@github.com 写道: 多个ip对应一个域名的预期结果是什么? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. 在DNS中,一个域名如果对应多个IP,一般是将IP全部加入一个IP地址池,然后将域名指向这个地址池,当有查询请求的时候,DNS会轮流返回或随机返回地址池里的一个IP地址。 而hosts文件则是顺序查询,遇到对应域名的IP就立刻返回,即使后边还有对应这个域名的解析也不再理睬。 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.