jcasman
December 16, 2024, 4:35pm
64
Confirmed I’ve added it to the agenda for our meeting this Wednesday. If I am able to get more information, I’ll post here.
1 Like
@Anjali_Nirmale We have discussed the issue with RICOH, and we are meeting with them again this week - I expect to have more information for you this week
jcasman
January 20, 2025, 5:31am
67
@Anjali_Nirmale Just confirming that this issue has been discussed with RICOH. I will provide information back when I understand more.
1 Like
mendr
April 16, 2025, 3:50pm
68
Is there any update on this, and how this can be fixed? I have the same exact error in our app, where I make a request to http://192.168.1.1 but in the logs I see that it is transformed to https://192.168.1.1 . This isnt happening with any other camera (insta360) and only on ios for me
craig
April 17, 2025, 3:05am
69
try open an issue on GitHub or comment there to open a direct discussion with RICOH engineering team.
opened 08:01AM - 11 Nov 24 UTC
In Ricoh demo project in [info.plist 1](https://github.com/ricohapi/theta-client… /blob/main/demos/demo-ios/SdkSample/Info.plist) there are keys “NS**Temporary**ExceptionAllowsInsecureHTTPLoads” and “NS**Temporary**ExceptionRequiresForwardSecrecy”. But at the same time I can’t find any official apple documentation about these keys.
There is documentation only about keys [NSExceptionAllowsInsecureHTTPLoads](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionallowsinsecurehttploads) and [NSExceptionRequiresForwardSecrecy](https://developer.apple.com/documentation/bundleresources/information_property_list/nsexceptionrequiresforwardsecrecy).
In our commercial app we use keys like in demo app, so maybe we have to change these keys to NSExceptionAllowsInsecureHTTPLoads and NSExceptionRequiresForwardSecrecy?
Note: I have created this issue/question after discussion the problem [here](https://community.theta360.guide/t/nsurlerrordomain-when-try-to-connect-to-camera-using-api-v-2-1/9239/51)