Add AJAX request to HTML test client
gromeck opened this issue · comments
Christian Lorenz commented
The test client should be enhanced so that optionally am asynchronous HTTP request is sent to a configured URL by the frontend code. This should simulate a server-side processing of the users input.
The HTTP request should simply use a GET or HEAD request to the configured URL.
Christian Lorenz commented
implemented with commit 3874edb