Developing at home, api not talking to me - should I nominate my home IP?

Description
I’m re developing a clients site which uses Zoom via the API, however my dev environment is not getting any answer back from the Zoom API - the same key/secret works fine on the production site. Both production and dev are on the same server, same IP ?

Error
I don’t appear to get anything back, this is what I’m logging -

2020-12-21 17:12:27: Target :/oauth/token?grant_type=refresh_token&refresh_token=&redirect_uri=
2020-12-21 17:12:27: Raw Headers :array (
0 => ‘Authorization: Basic hidden the key’,
1 => ‘Content-Type: application/json;charset=UTF-8’,
)
2020-12-21 17:12:27: Raw Data : NULL
2020-12-21 17:12:27: Raw Response :false

Which App Type (OAuth / Chatbot / JWT / Webhook)?

OAuth

Which Endpoint/s?

https://api.zoom.us/v2/

I’m also working on the dev site on my local mac at home and getting the same problem.

Hey @rich,

That is surprising, you should be able to get a response. Can you please provide steps to reproduce the issue and which API you are using that is not sending any response back?

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.