php-wasm icon indicating copy to clipboard operation
php-wasm copied to clipboard

Append url.search to originalPath for requests

Open mglaman opened this issue 1 year ago • 0 comments

fixes #60

tested with PhpCgiNode with paths:

  • /cgi/drupal/query.php?langcode=en&profile=standard
  • /cgi/drupal/ (entrypoint)

this unblocked the interactive/UI installer for Drupal. We couldn't get to the "Requirements" warning form, because submitting the previous form lost query params

Screenshot 2024-08-23 at 11 00 34 PM

mglaman avatar Aug 24 '24 03:08 mglaman