Print at Dec 17, 2025, 6:42:58 AM

Posted by adizanni at May 5, 2024, 10:29:23 PM
Re: SweetHome3DJS - Porting plugin - ARM architecture support
Hello Emmanuel, not sure if there was an acknowledgment from your side of an issue with making your ServerUserPreferences library work behind a proxy. My last assessment was that, when working behind a proxy, if you pass to ServerUserPreferences constructor:


  • absolute URLs: the ServerUserPreferences code fails because it cannot reach the library
  • relative URLs: the code fails because it expects absolute URLs
  • local absolute URLs: ServerUserPreferences works, but the Javascript in the client cannot reach the resources


In my opinion it should be up to the JavaScript library to calculate the URL based on relative positioning of the resources.

Do you acknowledge the problem ?
Have you done any modification for v7.3 ? Not seen any reference about this problem in the release notes.