I have been developing an API in php,
When I was doing curl on HTTP link everything was pitch perfect but when I replaced it with the HTTPS link(Which also sends same output-Checked on REST client).
Nothing is being Hit, and when I echo the variable I am getting " Disallowed Key Characters".
Help