[Kss-devel] how to access absoute path with kss
Balazs Ree
ree at ree.hu
Sun Oct 19 10:02:14 CEST 2008
On Sat, 18 Oct 2008 15:05:20 +0200, Vladislav Vorobiev wrote:
> Hi,
>
> how to access absolute url with kss?
>
> For kss request seems to be equal whatever i write.
>
> Example
>
> action-server: Members/bla;
> kss request.
> Http://mydomain/mypath/Members/bla
>
> if I write
>
> action-server: /Members/bla;
> kss requests
> Http://mydomain/mypath//Members/bla
> ~~~~~~~//~~~~~~~
> sometimes I need to access absolute path. How I can do it? The same
> problem I have with cachability modul
This should do it:
action-server: mymethod url("http://foo.bar/whatever/method")
However this should work too:
action-server: mymethod url("/whatever/method")
If the latter one does not work, please submit a bugreport to
kssproject.org bug tracker.
--
Balazs Ree
More information about the Kss-devel
mailing list