omise / omise-dotnet

Omise .NET Library
https://docs.opn.ooo
MIT License
20 stars 21 forks source link

Omise HTTP Request workint at Devt IIS Express but not working when deployed to IIS #42

Closed XCoder123x closed 4 years ago

XCoder123x commented 4 years ago

my app is 100% smooth and running when run using Visual Studio and IIS express. HTTP Request error Omise not working when it is already deployed in IIS.

Please help. Thanks

rezigned commented 4 years ago

Hi @XCoder123x.

Thanks for reporting the issue. Could you provide more information such as

Also, please note that when using omise-dotnet you might refer to this list to check the compatibility of .NET Standard versions https://docs.microsoft.com/en-us/dotnet/standard/net-standard (we use .NET Standard 2.0)

rezigned commented 4 years ago

It turned out to be IP whitelisting issues on client-side. Hence, I'll close this.

XCoder123x commented 4 years ago

Yeah, issue resolved. Thanks