Subdomain to Ip address with port Number

Hi,
In my Godaddy account, have created A record correctly to an IP address where my Scriptcase is running on VPS. However, there is a port number to an IP address on a server in order to access Scriptcase.

http://sc.subdomain.com (E.g. Subdomain)

http://45.38.45.16:8090 (E.g Scriptcase installation URL)

Can you please advise, how to point correctly to the subdomain that works with the port number?

Thank you,

Hi,
A record A points to the ip, so the call would be
http or https://sc.subdomain.com:port

you mean this?

Yes, aamartinezz, I have mentioned above the format of the link, I would like to know how to set up a subdomain where the link has a port number.

They are differint things
the domain (A record) only points to an ip address. The port tells what part of the server receive and respond the service.
You cannot configure any service port in your domain, as far as I know

You can configure a firewall with NAT, then you send http://sc.subdomain.com and it send to the internal server http://sc.subdomain.com: port

regards.

That can be configured on your web server for that particular application that you are hosting.