Issue solved. Thanks ionites!!
Actually the issue was, whenever i try to make a HTTP call to server it use to through 403 forbidden, due to the mod-Security which used in the server side.
To solve that, i encrypted the passing data just before the HTTP call and decrypt in the back-end.
In case if anyone facing the same issue just encrypt your data and pass it.
Hope this may help to someone.
Thanks.