#Request PROXY REPO
-
Download the RequestProxyService zip from https://github.com/vignesh-sivaprakasam/RequestProxyService
-
Create a new dynamic web project in Eclipse
-
Copy the Client folder from the downloaded RequestProxyService and paste it inside the WebContent folder in the dynamic web project
-
Then copy the ApiServlet.java, TestHttpClient.java, /com folder and paste it under JavaResources/src folder
-
Finally include all the jars from RequestProxyService/jars folder.
Now RightClick on the dynamic web project and the select Run As -> Run on Server