Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Serverless to call target Url - Including port in url no works
Member
Nov 22, 2020
10:55 PM
- last edited on
Dec 10, 2020
2:42 AM
by
WendyGoh
I am trying to create an endpoint by "serverless function" of HubSpot. Unfortunately, when my script calls an the target url (outside HubSpot) includes port (except 80 and 443), it will fail to connect. For example
axios.post('http://domainoutsidehubsport:80/'), return response.
axios.post('http://domainoutsidehubsport:12888/'), no response.
(For testing, I created same api but in different port in the same domain)
Do anyone know why?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content