Skip to Content
0
Former Member
Dec 27, 2007 at 10:35 AM

How to restrict access to an HTTP URL exposed through HTTP Provider service

100 Views

Hello,

I have exposed a file system folder on the Java AS machine to be accessible via http requests using the HTTP Provider service, like this: http://server:50000/my_files/...

It is working OK but the problem is that anyone who hits a certain file in this URL can see it, I would like to restrict it to only accept http requests that are coming from the portal URL. In my portal I can than control which link to expose to the users and which link not.

Any idea if and how that can be done?

Roy