Hello @all
Retrofit 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?
😶 3
u
Umar Ata
11/25/2021, 6:43 AM
Can you please share the logcat
r
Richa
11/25/2021, 7:08 AM
its not appending port in url , thats it nothing else in log
c
Chrimaeon
11/25/2021, 7:20 AM
You should ask in #squarelibraries
r
Richa
11/26/2021, 4:40 AM
I got it figured out , https by default uses the 443 port thats the reason its omitting when we pass into the base url of retrofit