https://api.postalpincode.in/pincode this is PIN CODE apiwhere it will show me all the detail regarding it like city and state name.i am new to this i tried to intergrate but its not working please help me to solve this.
Discussion posts and replies are publicly visible
I think you should remove the 443 from your URL. Can you post s screenshot of your connected system config?
these are my configuration sir
this is how i want to get output when i enter pin code
I am able to connect and fetch the result. Attached the snapshot below.
You didn't provide the relative path. Please provide the PINCODE into relative path not into Query Parameter. Click on relative path expression editor and provide ri variable.
ok i will try thank u
No Worries, Please keep us posted.
i tried and its work as u said but i have a doubt why it was not working when i give it into query parameter
can u please explain me
Because if you use query parameter then the URL got changes. for example if you use QueryParameter then the url become https://www.xyz.com?Pincode=110001 but it is incorrect because it is expection the url like https://www.xyz.com/110001. It is expecting URI parameters not the queryParameter.