Signing URL – Java

This example illustrates how to sign request URL’s using .NET C#. In Java, you will need to download the following JAR to be able to execute the function. commons-codec-1.3.jar Variables Name Type Summary urlDomain string (required) URL of the service (ex: http://uk.shoppingapis.kelkoo.com) urlPath string (required) Path and query for the service (ex: /V3/productSearch?query=ipod) partner string … Continue reading Signing URL – Java