Block 1, Part 6: Working with forms and collecting data. Flashcards

1
Q

What are the three forms of web security discussed at the beginning of this week?

A

Firewalls, The HTTP Secure protocol and Digital Certificates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is HTTPS?

A

is a version of the HTTP protocol combined with SSL/TLS protocol.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CGI?

A

CGI is the Common Gateway Interface, its the standard protocol for returning data form data to the server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When sending form data what is the difference between the GET method and the POST Method?

A

When the ‘get method’ is used, the data submitted to the server is appended to the URL specified in the action attribute.

when the ‘post method’ is used encrypted data is passed in the http response stream so is less visible and more secure.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly