Question 12
Consider the URL:
**https://example.com:8080/index.html?user=admin\#section2**\
Which of the following is/are True?
https is the protocol.
8080 is the default port of HTTPS.
index.html is the html file which got rendered.
user=admin is part of the query string.
#section2 is sent to the server as part of the request.