gpt4 book ai didi

node.js - req.url 未显示完整 URL

转载 作者:太空宇宙 更新时间:2023-11-03 22:11:55 26 4
gpt4 key购买 nike

我正在使用 Restify,由于某种原因 req.url 只显示第一个查询参数之前的 URL。 req.query 也只显示 queryStartDate。

http://localhost:6001/myapp/v1/filter/path1/path2/v4.0/mhs/query/path3/path4/path5?queryStartDate=19000101&queryEndDate=21000101&requestSource=source&includeSources=1&excludeSources=2

代码:

//Breakpoint in my first handler:
HttpHandlers.prototype.readHttpRequest = function (req, res, next) {
req.locals = {};
res.locals = {};
...

var httpHandlers = new HttpHandlers();
server.get('/hello/:name', httpHandlers.readHttpRequest );

最佳答案

这是由于我使用curl发送URL并且没有用双引号引起来的。 Linux 看到“&”并在后台运行前面的命令,因此 Node.js 只能看到第一个“&”之前的所有内容。

关于node.js - req.url 未显示完整 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39875375/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com