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
Is your suggestion related to an experience ? Please describe.
The sms service call needs to be passed through a proxy host to connect with open internet using GET reuqest.
Describe the improvement
Changed EntityEnclosingMethod -> HttpMethodBase, since GetMethod is not an instance of EntityEnclosingMethod.
The text was updated successfully, but these errors were encountered:
Is your suggestion related to an experience ? Please describe.
The sms service call needs to be passed through a proxy host to connect with open internet using GET reuqest.
Describe the improvement
Changed EntityEnclosingMethod -> HttpMethodBase, since GetMethod is not an instance of EntityEnclosingMethod.
The text was updated successfully, but these errors were encountered: