You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make POST call towards Search Console API. I got my example running under API Explorer, however when I try to make the same call from my meteor project, I am getting error:
I am trying to make POST call towards Search Console API. I got my example running under API Explorer, however when I try to make the same call from my meteor project, I am getting error:
From Chrome console I can see POST payload:
The same query works perfectly fine from API Explorer :
I also checked paylod sent via API Explorer and it's different:
So it looks like for some reason my params are not passed as a JSON object to call...
The text was updated successfully, but these errors were encountered: