hypothesis / via

Proxies third-party PDF files and HTML pages with the Hypothesis client embedded, so you can annotate them
https://via.hypothes.is/
BSD 2-Clause "Simplified" License
19 stars 7 forks source link

Use `via.secret.query` as query parameters for PDF requests #1299

Closed marcospri closed 6 months ago

marcospri commented 6 months ago

Via library change over: https://github.com/hypothesis/h-vialib/pull/66

Follow the same patter we use for headers, take a encrypted dictionary of query parameters and use them to make the HTTP requests to the upstream server.

The headers parameter was introduced here https://github.com/hypothesis/via/pull/845