on 21.10.2020 at 07:50
Helper.world moved to our kubernetes cluster.
Advantages over our old school server structure:
- high reliability
- load balancing
- fast extensibility
Now, deploy is integrated into our ci.
Attention: There is an issue with websockets right now. We are dealing with it.
on 18.03.2020 at 09:00
Integrating Helper.World to your web site or web application is as easy as copying just a small code snippet. That's all.
Well, there's one more thing to do, if the helper misses some icons on his screen. That's because of security policies of current browsers. If you have some technical knowlegde, you can open the browser console and you'll see something like this:
Access to Font at 'https://xyz.com/fonts/arial.woff' from origin 'https://helper.world' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://helper.world' is therefore not allowed access.
That's no big deal. Just say your system administrator to add the following header to static files:
add_header Access-Control-Allow-Origin "https://helper.world";
add_header Access-Control-Allow-Methods "GET";
And it's done. Helper.World will work without this, but if your helpers miss some icons, that's the reason.
on 05.02.2019 at 10:00
Browser Plugin
Auto login
With clicking on the desktop link inside the browser plugin you will be automatically authenticated.
Accepting and declining sessions
By clicking on the new session popup the desktop is opening. You can decide to accept or decline the session there.
New California Demo
We implemented a new single page application for demonstrating the helper.world functionality. Please feel free to test.
Please sign up first to get a helper login!