I am writing a Helidon SE webserver and I am not to process the #content as part of URL.
I tried the following:
ServerRequest request;
request.uri()
request.absoluteUri()
None of them is giving me the hash content of the request URL.
For example: https://example.com/#code=xyz
I need to extract 'xyz'