Cite This Page
Bibliographic details for HTTPS
- Page name: HTTPS
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 10 January 2025 19:40 UTC
- Date retrieved: 10 February 2025 01:20 UTC
- Permanent URL: https://rosettacode.org/wiki/HTTPS?oldid=375446
- Page Version ID: 375446
Citation styles for HTTPS
APA style
HTTPS. (2025, January 10). Rosetta Code. Retrieved 01:20, February 10, 2025 from https://rosettacode.org/wiki/HTTPS?oldid=375446.
MLA style
"HTTPS." Rosetta Code. 10 Jan 2025, 19:40 UTC. 10 Feb 2025, 01:20 <https://rosettacode.org/wiki/HTTPS?oldid=375446>.
MHRA style
Rosetta Code contributors, 'HTTPS', Rosetta Code, 10 January 2025, 19:40 UTC, <https://rosettacode.org/wiki/HTTPS?oldid=375446> [accessed 10 February 2025]
Chicago style
Rosetta Code contributors, "HTTPS," Rosetta Code, https://rosettacode.org/wiki/HTTPS?oldid=375446 (accessed February 10, 2025).
CBE/CSE style
Rosetta Code contributors. HTTPS [Internet]. Rosetta Code; 2025 Jan 10, 19:40 UTC [cited 2025 Feb 10]. Available from: https://rosettacode.org/wiki/HTTPS?oldid=375446.
Bluebook style
HTTPS, https://rosettacode.org/wiki/HTTPS?oldid=375446 (last visited February 10, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "HTTPS --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/HTTPS?oldid=375446", note = "[Online; accessed 10-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "HTTPS --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/HTTPS?oldid=375446}", note = "[Online; accessed 10-February-2025]" }