Closed HobDev closed 8 months ago
Check out what https://github.com/rbrundritt/MauiHybridWebView did. You can now make HTTP style requests and await a response using a web proxy he created.
Indeed there do seem to be some bugs with null/undefined values. Fix coming soon.
I am getting a response from payment gateway which I want to send to the C# for further processing like
But the exception is thrown when any parameter is empty. For example if respData.dataKey have value than respData.errorMessage is empty. But I want to send all the values and check which values are null in the C# code. Also respData.responseCode is throwing exception which I guess is because it is an int.