我想使用API Gateway作为HTTP服务器的缓存代理,而HTTP服务器使用jsonapi-resources来定义API。
问题是jsonapi-resources需要?page[number]=10&page[size]=10形式的查询字符串参数来对结果进行分页。但是,如果我尝试将page[number]添加到Method Request页面上的URL Query String Parameters中,则会收到以下错误:

我还尝试将名称percent-encode为page%5Bnumber%5D,但没有成功;该参数仍被过滤掉。
有没有办法让它工作呢?
https://stackoverflow.com/questions/38202884
复制相似问题