Welcome Guest, Not a member yet? Register   Sign In
Webservice: Security alert and sessions
#1

[eluser]aseolin[/eluser]
Hi for all,

I developed an application with Codeigniter, and through a controller I call a Java applet that accesses a webservice. Everything works properly, but when accessing the webservice that famous message appears asking Java to block content by security problems. When I choose "no", the applet can not access the webservice. When I choose "yes (blocking)," the access takes a few seconds, but I lose all the sessions in the system.

Searching during this last month, I discovered that if I put the following line in htaccess, the security message is not displayed and the applet communicates with the web service quickly:

RewriteCond% {HTTP_REFERER}! ^ $

However, with the inserted row, I can not access any page directly via url (only navigating between links of the system.

Please, I would like to know why the breach of security message , why the sessions are lost and why the delay in accessing webservice functions. I do not know if is necessary to show some code snippet.

Sorry for my English. Thank you in advance.
#2

[eluser]aseolin[/eluser]
UP!




Theme © iAndrew 2016 - Forum software by © MyBB