Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
SMirza
About
- Username
- SMirza
- Joined
- Visits
- 1
- Last Active
- Roles
- Member
Comments
-
Make sense. It is working now for both PUT and POST methods. Thanks a lot.
-
I think I misunderstood the PostDatabaseItem method, that's why I said that. I guess I use PostDatabaseItem method of HTTP_Resource_Services for PUT as well if I add the method to the endpoint. Am I correct?
-
Since there is no separate PUT method in the framework I am trying this using the POST method. Yes, I am using PostDatabaseItem method of HTTP_Resource_Services. I'll update the code in HTTP_Resource_Services. Thanks.
-
Mr. Nagel, You are spot on. Yes, Azure does have an external firewall setting in the Azure VM portal and I had to create new inbound rules for both port 80 and 443 there as well as in Windows server's internal firewall settings. Port 80 is working …
-
We got our SSL certificate today. I believe I installed it correctly and the default secure host is running on port 443. Now the internal tests are not successful. I tried with both https://127.0.0.1/api and https://127.0.0.1:443/api, and none of th…
-
I attached the Abyss server console and the firewall configuration screenshots. Do they look good to you? Like I said before, port 80 works locally in the VM but not remotely.
-
Mostly for test run. We applied for a renewal of our current SSL certificate and still waiting for it.