Forums de discussion

Webproxy Portlet Usage

RAK ePortal, modifié il y a 9 années.

Webproxy Portlet Usage

New Member Publications: 2 Date d'inscription: 14/08/13 Publications récentes
Hi All,

We are using Web Proxy Portlet to show the External site data in our local portal page. The challenge is when we click the inner links of that site, the page is redirecting to the External Site. But We want to show the same content in our local portal page only. Please suggest us.

Thanks & Regards,
Sudha Rani. A
thumbnail
Corné Aussems, modifié il y a 9 années.

RE: Webproxy Portlet Usage

Liferay Legend Publications: 1313 Date d'inscription: 03/10/06 Publications récentes
Hi Sudha Rani,

The challenge is when we click the inner links of that site, the page is redirecting to the External Site.

This is the hard part: You need a portlet to re-format the links/actions (js?) inside the proxied content and then your portlet needs to understand that 'url' parameter.
You could clone a new WebProxy portlet that parses the links and form actions or you might take a look at http://www.esigate.org/ which can do a lot more than the default Liferay WebProxy.

And old working example is here
https://code.google.com/p/esigate-portlet/

Please do not forget to test the proxied 'url' parameter on a base domain else you will have a hell of a vulnerability.

Good luck
Corné
Meena Peddi, modifié il y a 9 années.

RE: Webproxy Portlet Usage

New Member Envoyer: 1 Date d'inscription: 17/07/14 Publications récentes
Hi Corné,

We are using Web Proxy Portlet to show the External site data in our local portal page.All other innerlinks are working fine Except one which has the url with query parameters like "#past:2014:7".The data inside the the link is not getting populated.Please help me.

Thanks,
Meena.P
maher megadmini, modifié il y a 9 années.

RE: Webproxy Portlet Usage

New Member Envoyer: 1 Date d'inscription: 08/10/14 Publications récentes
hi,
by the esigate portlet https://code.google.com/p/esigate-portlet/ seems to not be updated since 2011.
are there any new portlet for liferay 6.1 or 6.2
thumbnail
Corné Aussems, modifié il y a 9 années.

RE: Webproxy Portlet Usage

Liferay Legend Publications: 1313 Date d'inscription: 03/10/06 Publications récentes
Hi Maher,

Consider the esigate portlet as a example on which you can work.
Its Open Source ! The underlying Esigate framework is actively developed. http://www.esigate.org/

See also this portlet implementation if you are unable to program yourself.
https://wiki.jasig.org/display/PLT/WebProxy

And of course there is the OOTB
https://www.liferay.com/community/wiki/-/wiki/Main/Web+Proxy+Portlet

Good luck
Ahmed Drira, modifié il y a 9 années.

RE: Webproxy Portlet Usage

New Member Envoyer: 1 Date d'inscription: 23/10/14 Publications récentes
Hi
since i have invoked the subject on the mailing list of esigate developers ,alexis thaveau have sent to us a POC of a portlet using esigate but it have some issue on rewriting url neither action nor resources are loaded
i am not able to retreive css , js and images !
does someone tested it ?