Pages

Wednesday, June 29, 2011

The value of the parameter URL is not correct


When integrating IBM websphere commerce with external third party systems like paypal, payment express, etc., there can be situations when an error “The value of the parameter URL is not correct” occurs. This error occurs for a redirectView – probably a return URL passed back from PayPal for example.

This may be the cause of enabling URL redirect filtering. This is configured in the instance xml (or wc-server.xml in Developer toolkit). Locate the <Module> tag for the store web module



        


        
        
        


To prevent the error, either turn off the URLRedirectFilter (not recommended on prod as this is in place to prevent phishing attack or enter the <AllowedHost> entries.

More information on the links below


No comments:

Post a Comment