I am working on an application that requires to send requests external API managed by my organization. I am trying to send requests to 7443/7000/8443 but none of the ports are allowed with HTTPS.
Does it support sending requests using HTTP on any other port than 443? I got the issues like the following
Init response raw text: port in https://example.com:7000 is not supported
I am not getting any docs on this.
Hi Jamshaid,
Forge only supports HTTPS. You can find the list of supporting Ports on this page: https://developer.atlassian.com/platform/forge/function-reference/nodejs-runtime/#https-only
Cheers
Ben
Thanks a lot for the reference
1 Like