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