Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所有 Web 浏览器都对 URL 的长度有限制。此外,服务器也有这些。通常,过长的 URL 表明您在应该进行 POST 时尝试使用 GET。
如果您尝试连接的服务器是您自己的(我假设是),那么您应该使用 POST 发送如此庞大的数据调用。如果您绝对需要 GET,我会考虑将您的 URL 重新格式化为几个 GUID 或类似的东西。
assume in visual studio i have a method :
[WebMethod] public List<PhongTro> GetAllLodgingHousesByAddress(string address)