warc2zim icon indicating copy to clipboard operation
warc2zim copied to clipboard

Fix support of non-GET (POST, PUT, ...) requests rewriting

Open benoit74 opened this issue 8 months ago • 3 comments

Currently, non-GET (POST, PUT, ...) requests returning an HTML document are supposed to work but they are not tested at all.

It is supposed to work based on what has been transferred from wabac.js, but not tested.

We need to :

  • create a real test case on test website
  • ensure rewrite works as expected on these requests
  • include this non-GET requests dataset in the automated tests

benoit74 avatar Jun 11 '24 14:06 benoit74