4Minute Videos - S01E06

Hi,

I was following the video (https://youtu.be/wbNu0g26xPw). But towards the end I got confused because of this. While setting the conditional flow, the targer url was not changed, so why does the response differ when the proxy is hit with the path as /json?.

Both cases with and without path 'json' should be hitting the target http://mocktarget.apigee.net/, but from the vidoe it looks like, without path it hits - http://mocktarget.apigee.net/ and with path as Json it is hitting - http://mocktarget.apigee.net/json

Is the video missing this routing or my understanding is wrong?

Thanks

Sanoop

0 1 137
1 REPLY 1

sidd-harth
Participant V

Whatever you see in the video is correct.

When we create conditional flow with conditions, the /json will be appended to the target mentioned in the Targetendpoint.

Instead of /json if you append /echo then it will make a call to,

http://mocktarget.apigee.net/echo