hypothesis / proxy-server

serve third party webpages (currently limited to pdfs) with the hypothesis client embedded and configured
1 stars 0 forks source link

Add simple /html rewriter endpoint #18

Open hmstepanek opened 4 years ago

hmstepanek commented 4 years ago

This endpoint embeds the client into the head tag of the page and routes all relative urls in the page through the original page's url.

Out of Scope for this PR: tests for existing endpoints/lua files.