request icon indicating copy to clipboard operation
request copied to clipboard

记录HTTP请求,并把结果展现出来 - https://request.worktile.com

Results 3 request issues
Sort by recently updated
recently updated
newest added

现在每个URL在发起请求时,如果请求成功都会返回OK,有些测试服务需要返回固定的值,所以如果能够为每个URL设置返回值,就完美了。

enhancement

The function initCookie sets "httpOnly" to false, allowing client-side JavaScript to access cookies that may contain sensitive data. This introduces potential security risks and vulnerabilities. `res.cookie("sid", sid, { expires :...