I am parsing data using Retrofit. As I used to give BASE URL and 443 PORT to Retrofit Request, BASE URL NOT WORKING WITH 443.
I want to use URL like : http://xxx.xxx.xx.xxx:443/
Is there any suggestion how do I set my BASE URL WITH 443 PORT?
I am parsing data using Retrofit. As I used to give BASE URL and 443 PORT to Retrofit Request, BASE URL NOT WORKING WITH 443.
I want to use URL like : http://xxx.xxx.xx.xxx:443/
Is there any suggestion how do I set my BASE URL WITH 443 PORT?
443 port is already most secured network port which by default used by "https://". You only need to use 443 port externally when you're using "http://" scheme otherwise it'll be automatically get dropped by the system.