Cite This Page
Bibliographic details for Web application hardening
- Page name: Web application hardening
- Author: CMU ITSC Network contributors
- Publisher: CMU ITSC Network, .
- Date of last revision: 6 March 2023 13:50 UTC
- Date retrieved: 17 August 2026 07:30 UTC
- Permanent URL: https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716
- Page Version ID: 3716
Citation styles for Web application hardening
APA style
Web application hardening. (2023, March 6). CMU ITSC Network, . Retrieved 07:30, August 17, 2026 from https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716.
MLA style
"Web application hardening." CMU ITSC Network, . 6 Mar 2023, 13:50 UTC. 17 Aug 2026, 07:30 <https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716>.
MHRA style
CMU ITSC Network contributors, 'Web application hardening', CMU ITSC Network, , 6 March 2023, 13:50 UTC, <https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716> [accessed 17 August 2026]
Chicago style
CMU ITSC Network contributors, "Web application hardening," CMU ITSC Network, , https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716 (accessed August 17, 2026).
CBE/CSE style
CMU ITSC Network contributors. Web application hardening [Internet]. CMU ITSC Network, ; 2023 Mar 6, 13:50 UTC [cited 2026 Aug 17]. Available from: https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716.
Bluebook style
Web application hardening, https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716 (last visited August 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CMU ITSC Network",
title = "Web application hardening --- CMU ITSC Network{,} ",
year = "2023",
url = "https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716",
note = "[Online; accessed 17-August-2026]"
}
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 = "CMU ITSC Network",
title = "Web application hardening --- CMU ITSC Network{,} ",
year = "2023",
url = "\url{https://network.cmu.ac.th/wiki/index.php?title=Web_application_hardening&oldid=3716}",
note = "[Online; accessed 17-August-2026]"
}