Permission Request does not request anything

I am currently developing a Tizen Web application.
I would like to access the location of the user, so I want to ask for permission.
I followed the link: https://docs.tizen.org/application/web/guides/security/privacy-related-permissions/
but it does not request anything. It shows “PPM_ALLOW_FOREVER”.
What should I do in order to request permission from the user?

Thank you.

Permission request is required since Tizen 4+. If your app is built below Tizen 4 you don’t have to bother about permissions. You already got it.

What should I do in order to request permission from the user?

I mean you want to test permissions? You can enter watch’ settings/applications and turn off permissions for your app. Then check out permission state.