You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to pass uri in smsapiPlServiceWithUri() method, and my uri contained port number. I saw that the messages was sent with default port 80. After some digging I saw that prepareRequestHttpClient is just not picking it from uri.
I have already figured it out and this is really small change.
Or perhaps this is not possible due to backward compatibility or some security related stuff?
The text was updated successfully, but these errors were encountered:
Hi,
I was trying to pass uri in smsapiPlServiceWithUri() method, and my uri contained port number. I saw that the messages was sent with default port 80. After some digging I saw that prepareRequestHttpClient is just not picking it from uri.
I have already figured it out and this is really small change.
Or perhaps this is not possible due to backward compatibility or some security related stuff?
The text was updated successfully, but these errors were encountered: