exist some difference (in level of security) if I connect over IPv6 vs IPv4 ?

000

Well-Known Member
Jun 3, 2008
533
29
78
hello,

I believe the target of IP6 is transfer video and streaming.

But... I can connect SERVER_USERS to PHP_LOGIN
and then send requests
from SERVER_USERS to SERVER_with_ip6,
get ANSWER from SERVER_with_ip6 then send this to SERVER_USERS

for this context,
is the same if I connect over IP6 or IP4 ?
 
Last edited by a moderator:

000

Well-Known Member
Jun 3, 2008
533
29
78
Hey hey! There is no difference in security between those connections.
thanks, some idea to improve security in comunication into SERVER_USERS (with login PHP) => SEND_REQUEST to SERVER_WITH_DATA_VERY_PRIVATE

by now I only have: LOGIN_PHP + HTTPS + RESTRICT_ADDRESS_IP
something more to avoid information leak ?
 

000

Well-Known Member
Jun 3, 2008
533
29
78
I'm not sure I understand the question. If there is a PHP request that is a security issue that would be best handled by the PHP developer of the site. Do you have more specific details on what you're trying to change?
thanks master @cPRex, I no want change something, I need improve security in APP, then I have:

LOGIN PHP + SSL + RESTRICTION IP ADDRESS (with PHP)
some other ingredient to improve the security in my APP ?