标签: c# restsharp dotnet-httpclient rest-client
我正在使用.net framework 4.0和Restsharp。
为'普通'URL执行Restclient工作正常。但有时网址会引用“https://somewhere@xyz.com/RA/and/9g9_AAABizUAAAFIrzQywzU./shipping”之类的网址。在这些情况下'。'在调用execute方法时,URL(在'9g9_AAABizUAAAFIrzQywzU。'末尾)被删除。因此无法找到搜索到的资源。
此行为是否有解决方法?