duankeye2342 2017-12-06 15:20
浏览 48
已采纳

是否可以在PHP中读取子URL作为查询字符串?

  • 写回答

1条回答 默认 最新

  • douza19870617 2017-12-06 15:23
    关注

    Your URL is malformed and can't be parsed. The system has no way of knowing which key/value pairs belong to the actual URL or to the url value you're trying to submit.

    You need to URL-encode your values so the system can know what the key/value pairs are:

    http://localhost/wbdrupal/?url=http%3A%2F%2Fwerkbad-konfigurator.de%2Fdatahub%2FsearchObjectByID%3Ftable%3Dfurniture%26column%3Dwbid%26search%3D
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?