client-server tag

3 questions


1 answers
79 views
0
How to send POST data from Android

I've dealt with a lot of script languages like PHP and JavaScript.I have little experience with Java and Android. I want to send POST data through PHP script and show it on the screen, what should I d...


1 answers
109 views
0
What happens after the message "I'm checking my browser for security"?

If you go to some security-conscious websites,The message I'm checking my browser for security appearsWait a few seconds before the main page comes outWhat's going on between the server and the client...


1 answers
122 views
0
[Network Programming] Is it possible to check the string sent by the client on the server?

retval=recv(clnt_socks[job1],buf,BUFSIZE,0);// // buf[retval]='\0';if (strcmp(answer, buf) == 0) { for (i = 0; i < clnt_cnt; i++) { //... }}else { for (i = 0; i < clnt_cnt; i++) { //... }}The ...


© 2024 OneMinuteCode. All rights reserved.