When we use the WorldCheck API, GET and POST seems to work fine, however when we do a PUT, we get an unauthorized exception. This is in our C# program.
When using postman, our problem is that doing GET operation everything seems to work fine. Post and PUT operation give the following problem: The send button says sending... and the results pane stays on loading, and nothing really happens.