@zefhemel my Readwise plug needs to use paging in order to get all pages from Readwise.
Readwise's paging is implemented by passing a ?page=2 URL parameter, which before this PR did not make it through the proxy.
This PR reads the URL params in the proxy route and appends it to the outgoing request URL.
@zefhemel my Readwise plug needs to use paging in order to get all pages from Readwise. Readwise's paging is implemented by passing a
?page=2
URL parameter, which before this PR did not make it through the proxy. This PR reads the URL params in the proxy route and appends it to the outgoing request URL.