Hello All,
I would like to create a request without the the port in the url:
i.e. https://google.com/some/endpoint
rather than
https://google.com:443/some/endpoint
Is this possible to set up within DataMiner?
Thanks,
Ryan
Hi Ryan,
I see that this question has been inactive for some time. Have you found a solution for this yet? If yes, could you add an answer of your own for reference for other users? If not, could you answer Edib’s question so we can help you further?
As this question has been inactive for a long time, and there hasn't been any further reaction from you, I have added this pro forma answer so that we can mark it as resolved. If you do still want more information, could you post a new question?
Hi Ryan, even if port is not specified in the URL it is still used, for HTTP it will be set to 80 and for HTTPS it will be set to 443, however when it is specified it will overwrite the default HTTP ports. Can you please explain why it is causing issues for you?