Can anyone help me, How I can render the html of page by using externalUrl using Servlet
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @vinuu123 ,
You can follow below steps to render externalUrl using Servlets.
Thanks & Regards
Shiv
Hi @vinuu123
You can make an httpclient call with getmethod by setting the URL like "http://host:port/pagepath.html".
Make sure you add the content type to the header before executing. For any manipulation in Html you can use Jsoup.
Hi @vinuu123 ,
You can follow below steps to render externalUrl using Servlets.
Thanks & Regards
Shiv
Views
Likes
Replies