Atozed Forums
iAutherevent question about traffic from browser to server - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: iAutherevent question about traffic from browser to server (/thread-2320.html)



iAutherevent question about traffic from browser to server - rudyPos - 03-11-2021

I am looking at a non-https intraweb application.  I see the iW authorization components and the
Autherevent looks promising.
I see that placing it on the servercontroller and using the oncheck event I get what I need.
Before anything happens when connecting to the iw web server the prompt comes up.
[Image: image.thumb.png.3cd7d7df8ed03fcae983af979fd6f311.png]
When this is sent back to the server from a browser is that message encrypted in anyway with iW functionality or
is it open html text?
 
Thanks in advance


RE: iAutherevent question about traffic from browser to server - kudzu - 03-12-2021

IW doenst have any control over how it is transmitted. This is all part of the HTTP protocol. If you are not using HTTPS then it will not be encrypted.

If you want it encrypted, you will need to use HTTPS.