How to specify a portnumber using a webhook

I’d like to specify a port number using webhooks. My server is behind a firewall so I don’t want to open it for http traffic from the rest of the world.
I’ve tried https://my-url.com:5329/mywebhook but this doesn’t work. Just the url, without the port number, works (https://my-url.com/mywebhook)
Thx!

1 Like

I don’t know if this is possible but I will double check and get back to you!

1 Like

I checked with engineering and they said you should be fine supplying a port number in the webhook setup. They did mention that you probably need to specify an https endpoint and we wouldn’t support an http one.

I would recommend just using ngrok.io to expose your server to the web. Here’s an example from their docs.

It’s also mentioned in our documentation - https://developer.frame.io/docs/other-tools/how-to-use-ngrok.

I just tested and had no issue setting up a webhook with a port number specified.

Thank you for all your help. Very much appreciated!

1 Like