Thanks for your attention. I'll try to explain it better. I have a Web bookmark for example: http://editor.sample.com/news-editor/ or http://editor.sample.com/news-editor2/ Internally it redirects to a page called: http://editor.sample.com/permissions/login?url=http://editor.sample.com/news-editor/ or http://editor.sample.com/permissions/login?url=http://editor.sample.com/news-editor2/ Then, permissions page makes things to determinate what privileges have an user in those editors, and redirect to original url page( http://editor.sample.com/news-editor/ or http://editor.sample.com/news-editor2/ depending on the value of 'url') I wish to make an only Form Post Resource Policie called Permissions to POST username and password to http://editor.sample.com/permissions/login. It works, but I can't get 'url' variable value. Is it possible? Have I put one form post resource for each editor? Instead of one Form Post resource policie, two called: * http://editor.sample.com/permissions/login?url=http://editor.sample.com/news-editor/ * http://editor.sample.com/permissions/login?url=http://editor.sample.com/news-editor2/ and with unmodifiable value url for each editor. Many Thanks I hope now I explain it better. Raul
... View more