aspireupdate/tests/e2e
Colin Stewart 0185cd21e8
Conditionally skip API rewriting (#359)
* Admin_Settings: Add new option and constant for skipping API rewriting.

* Tests: Add tests for potentially skipping API rewriting.

* E2E: Add tests for the "skip_rewriting_on_existing_response" field.

* API_Rewrite: Return existing responses when skipping API rewriting is enabled.

* Tests: Fix incorrect default value for `$response` in `pre_http_request` calls.

* README: Add `AP_COMPATIBILITY`.

* API_Rewrite: Change filter priority to `PHP_INT_MAX`.

This ensures that the callback is running as late as possible in order to detect responses that may have already been filtered by other plugins.
2025-04-15 09:42:20 +01:00
..
.auth E2E Tests: Add login as a setup step. 2025-02-13 03:09:30 +00:00
admin-settings Conditionally skip API rewriting (#359) 2025-04-15 09:42:20 +01:00
data Conditionally skip API rewriting (#359) 2025-04-15 09:42:20 +01:00
playwright.config.ts E2E Tests: Add login as a setup step. 2025-02-13 03:09:30 +00:00