【发布时间】:2015-11-18 05:47:38
【问题描述】:
我想在 Restlet 中使用以下类型的 URL:http://url.com/http://www.anotherurl.com/path
结果,我想将http://www.anotherurl.com/path 作为参数。
但是它什么也没做。
另外,如果我使用 http://url.com/path ,那么我会毫无问题地收到“路径”。 http://url.com/www.anotherurl.com 给了我www.anotherurl.com。但是http://url.com/www.anotherurl.com/path 是 404。
【问题讨论】: