Apigee Route Rule giving 403 Error

When i add a URL in service callout,it gives me 200 response,but when i use Route Rule and add the same URL in Target Endpoint,it gives 403 error

is it missing authentication headers? or by default path gets appended to your base URL in route rule -check for this

Hi,

I have added the following code

(proxy.pathsuffix MatchesPath “/getFeed”) TestAdded

default

My url “https://api.xively.com/v2/feeds/238641451?key=a7N0qzp7vO4Ono45Nc1BvEswXiMzmecFAbHmM04dJYSmeql5” to which i am routing doesn’t requires authentication.

But in my case what is happening a part of URL is appending again to the end which requires authentication.This is the URL which is building at the end

https://api.xively.com/v2/feeds/238641451?key=a7N0qzp7vO4Ono45Nc1BvEswXiMzmecFAbHmM04dJYSmeql5/v2/feeds/238641451?key=a7N0qzp7vO4Ono45Nc1BvEswXiMzmecFAbHmM04dJYSmeql5

This appending is causing the issue.