How to access URL fragments?

Hi,

I am not able to access the params in the URL fragments,I have a incoming URL like,

```<org>-<env>.apigee.net/v1/path#p=1&q=2```

I want to access the params after the #,

i already tried request.uri and proxy.url - no luck

Thanks

Solved Solved
0 1 425
1 ACCEPTED SOLUTION

Thanks @Dino for answering offline,

So URL fragments are accessible only in the user-agents and it is not sent to the server. It can be accessed only from js within the browser

View solution in original post

1 REPLY 1

Thanks @Dino for answering offline,

So URL fragments are accessible only in the user-agents and it is not sent to the server. It can be accessed only from js within the browser