APIs & Integrations

Renegade
Top Contributor

https required for dev testing?

When I configure a data fetch URI in the CRM extension API, it insists on a https address.  Is there way around this for development purposes, or a recommended method for debugging?

0 Upvotes
1 Reply 1
cbarley
HubSpot Alumni
HubSpot Alumni

https required for dev testing?

Hi @Renegade , unfortunately there's no way around this that I'm aware of. For testing purposes, a service like https://repl.it/repls is really useful as it gives you a live https url to test with without having to deploy. Otherwise, simple deployment like heroku to an https service would be your best bet.

0 Upvotes