{"id":162967,"date":"2024-06-26T15:15:56","date_gmt":"2024-06-26T08:15:56","guid":{"rendered":"https:\/\/it.telkomuniversity.ac.id\/http-adalah\/"},"modified":"2025-02-04T15:09:48","modified_gmt":"2025-02-04T08:09:48","slug":"http-is","status":"publish","type":"post","link":"https:\/\/it.telkomuniversity.ac.id\/en\/http-is\/","title":{"rendered":"What is HTTP: Web Communication Protocols, Advantages, and Types"},"content":{"rendered":"\r\n<p>What is HTTP? HTTP is the fundamental web communication protocol. Learn the main functions of HTTP, its advantages of simplicity and adaptability, and its types such as HTTP\/1.1, HTTPS, HTTP\/2, and HTTP\/3.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTP Definition\u00a0<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP stands for <strong>Hypertext Transfer Protocol<\/strong>. <strong>HTTP is<\/strong> a communication protocol used to transfer data over the internet. HTTP is the basis of web communication and is used by web browsers to request web pages from web servers.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP has evolved over time with the addition of features and improvements in the specification. The latest version is HTTP\/2, which brings improved performance and efficiency to web communications. HTTP is also often used in combination with <strong><a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/understanding-internet-security-with-ssl-protocol\/\" target=\"_blank\" rel=\"noreferrer noopener\"><mark class=\"has-inline-color has-vivid-cyan-blue-color\">SSL\/TLS<\/mark><\/a><\/strong> (HTTPS) to provide secure communications through data encryption. HTTP is a different protocol from HTTPS. The differences between <strong><mark class=\"has-inline-color has-vivid-cyan-blue-color\"><a href=\"https:\/\/it.telkomuniversity.ac.id\/mengenal-perbedaan-http-dan-https-mana-yang-lebih-baik\/\" target=\"_blank\" rel=\"noreferrer noopener\">HTTP and HTTPS<\/a><\/mark><\/strong> can be seen from various aspects ranging from security, identity validation and its impact on <strong><mark class=\"has-inline-color has-vivid-cyan-blue-color\"><a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/10-on-page-seo-checklist\/\" target=\"_blank\" rel=\"noreferrer noopener\">SEO (Search Engine Optimization)<\/a><\/mark><\/strong>.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTP Function\u00a0<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<figure class=\"wp-block-image size-full\" style=\"text-align: justify;\">\r\n<figure id=\"attachment_156839\" aria-describedby=\"caption-attachment-156839\" style=\"width: 313px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-156839\" src=\"https:\/\/it.telkomuniversity.ac.id\/wp-content\/uploads\/2024\/06\/Apa-itu-HTTP.jpg\" alt=\"What is HTTP\" width=\"313\" height=\"161\" srcset=\"https:\/\/it.telkomuniversity.ac.id\/wp-content\/uploads\/2024\/06\/Apa-itu-HTTP.jpg 313w, https:\/\/it.telkomuniversity.ac.id\/wp-content\/uploads\/2024\/06\/Apa-itu-HTTP-300x154.jpg 300w, https:\/\/it.telkomuniversity.ac.id\/wp-content\/uploads\/2024\/06\/Apa-itu-HTTP-255x131.jpg 255w\" sizes=\"auto, (max-width: 313px) 100vw, 313px\" \/><figcaption id=\"caption-attachment-156839\" class=\"wp-caption-text\">What is HTTP<\/figcaption><\/figure>\r\n<\/figure>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">The function of HTTP (Hypertext Transfer Protocol) is to facilitate communication between clients (e.g., web browsers) and servers (e.g., web servers) in a web environment. Some of the main functions of HTTP include:<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Requesting and Collecting Data<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP allows clients to send requests to web servers to obtain desired data, such as web pages, images, documents, or other files. These requests can be requests to read or write data.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Webpage Delivery<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP is used to deliver web pages from a web server to a client. When a user accesses a particular URL, the client sends an HTTP request to the server, and the server responds by sending the requested web page to the client.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Data Manipulation<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP supports request methods such as POST, PUT, and DELETE, which allow clients to send data to a server or modify existing data on the server. For example, through a POST request, a client can send form data to the server for processing.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Error Handling<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP provides various status codes to inform the client about the result of a request. Status codes such as 200 OK, 404 Not Found, 500 Internal Server Error, and others provide information about the success or failure of the request and help in handling errors or problems that occur during communication.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Redirect Handling<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP supports redirects, which allow the server to tell the client that the requested data is located in another location. This is useful when a page has moved or its URL has changed.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Header Setup and Delivery<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP uses headers to send additional information regarding requests and responses. These headers can be used to convey information about content type, preferred language, cookies, authentication, and more.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Caching<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP supports a caching mechanism, which allows a client to store a copy of the data received from the server in its local cache. This allows faster access to the same data if the request is made again in the future.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">These functions enable efficient and structured communication between clients and servers in a web environment. HTTP is an important protocol in processing and sending data on the internet.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">Advantages and Disadvantages of HTTP\u00a0<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Advantages\u00a0<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Simplicity<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP was designed with simplicity in mind. It uses a text format that is easy to understand and readable by humans. This makes it easy for developers to understand, diagnose, and troubleshoot problems in HTTP communications.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Widely Supported<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP is a standard protocol that is widely supported by various platforms, operating systems, and devices. This makes it compatible with various applications, software, and hardware available in the market.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Versatility<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP can be used for a variety of communication purposes on the web, from simple web page retrieval to file transfer, media streaming, and interaction with other web services. This protocol can be used for a variety of data and content types on the internet.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Disadvantages\u00a0<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Not Secure<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP does not provide strong data security by default. All data sent over HTTP can be read by anyone who can monitor the network traffic. This makes it vulnerable to hacking attacks and data interception. For higher security, it is recommended to use HTTPS (HTTP Secure) which uses SSL\/TLS encryption layers.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Unreliable on Poor Network Conditions<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP is not designed to handle unstable or weak network conditions. If the network connection drops or there is interference, HTTP requests can fail and require the client to re-send the request. This can result in unreliable communication and affect the user experience.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Inefficient for Small Data Changes<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP requires a separate request for every small data change on the server. For example, if you only need to update a small part of a web page, HTTP requires retransmitting the entire page. This results in inefficient use of bandwidth.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\">\u00a0<\/h2>\r\n<p><strong>Also Read : <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/what-is-https\/\" target=\"_blank\" rel=\"noopener\">What is HTTPS<\/a><\/strong><\/p>\r\n<h2>\u00a0<\/h2>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">Types of HTTP\u00a0<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<p>Here are some of the types that is commonly used:<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTP\/1.0<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">The earliest version of HTTP, introduced in 1996. This protocol defines basic request methods such as GET and POST. Each request requires a separate connection to complete the request.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTP\/1.1<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">A newer version of HTTP, introduced in 1997. HTTP\/1.1 provided new features such as persistent connections, pipelining, and virtual hosts. This reduced latency and overhead in HTTP communications.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTPS<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTPS (HTTP Secure) is a variation of HTTP that uses SSL\/TLS security layers to encrypt data sent over the network. This provides higher security by preventing data interception and manipulation by third parties.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTP\/2<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">A newer version of HTTP, introduced in 2015. HTTP\/2 is designed to improve the performance and efficiency of web communications. It uses header compression, multiplexing, and server push techniques to reduce latency and increase data transfer speeds.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">HTTP\/3<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">A newer version of HTTP, introduced in 2020. HTTP\/3 uses the QUIC (Quick UDP Internet Connections) transport protocol, which allows for faster and more robust connections. HTTP\/3 is designed to improve performance and reliability in unstable network conditions.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">WebSocket<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">WebSocket is a bidirectional communication protocol that enables persistent connections between clients and servers. It enables efficient real-time data exchange between clients and servers, without the need for request-based polling.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">In addition, there are also other variations of HTTP developed for specific purposes such as REST (Representational State Transfer), which is used in developing service-based web applications. REST follows the principles of web architecture and uses HTTP as a communication protocol.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\">\u00a0<\/h2>\r\n<p><strong>Also Read : <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/proxy-server-definition-and-function\/\" target=\"_blank\" rel=\"noopener\">What is Web Proxy<\/a><\/strong><\/p>\r\n<h2>\u00a0<\/h2>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">Function of HTTP Protocol in Internet of Things<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<p>In research [<strong><a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1877050924004897\" target=\"_blank\" rel=\"noreferrer noopener\">1<\/a><\/strong>] In the context of the Internet of Things (IoT), the role of the HTTP protocol is very important. Although the IoT protocol is often recognized as another protocol such as MQTT or CoAP for more efficient communication. However, the use of HTTP has some significant implications in security and integration with existing infrastructure. Here is the role of the HTTP protocol in IoT based on the article:<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h3 class=\"wp-block-heading\" style=\"text-align: justify;\">Role of HTTP Protocol in IoT<\/h3>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\">Integration with existing infrastructure<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP protocol can perform easy integration between IoT devices with existing servers, including cloud servers with high computing capabilities. This allows IoT devices to communicate with the system in processing data, even with limited resources (power and size).<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Safety and Security<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">The main drawback in IoT systems is the vulnerability of data security. The HTTP protocol, when implemented with HTTPS (HTTP Secure), can provide an additional layer of security. The use of HTTPS is likened to the use of a digital envelope that encrypts data sent between the device and the server. This protects sensitive data from potential hacking and manipulation.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Authentication and Data Integrity<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP can facilitate authentication with the addition of the HTTPS protocol. This ensures that the identities of the sender and recipient are securely verified before data is sent. Authentication is also able to maintain the integrity of the data sent, so that the data received by the server remains intact and is not manipulated.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h4 class=\"wp-block-heading\" style=\"text-align: justify;\">Performance and Compatibility<\/h4>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">While HTTP is known to be less efficient than MQTT or CoAP when it comes to event-oriented IoT communications, it has the advantage of acceptable performance in scenarios where security and integration with existing infrastructure are top priorities. The protocol also supports a wide range of devices and platforms, making it easier to adopt in environments with a wide variety of IoT devices.<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">Conclusion<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">HTTP (Hypertext Transfer Protocol) is the backbone of web communications, facilitating requests and delivery of data between clients (such as web browsers) and servers. With the evolution of versions such as HTTP\/2 and HTTP\/3, HTTP has continued to improve its performance and security. While it has the advantages of simplicity and wide adaptability, its weaknesses lie in its inherent security and unreliability under poor network conditions. To improve security, the use of HTTPS is recommended. As such, HTTP remains a crucial foundation of the modern internet for efficient data delivery and management.<\/p>\r\n<p>&nbsp;<\/p>\r\n<p style=\"text-align: justify;\">\u00a0<\/p>\r\n<p>Learn the ins and outs of the HTTP protocol and understand how the internet works by taking courses at a <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\">Private Campus in Bandung<\/a>! Enroll now and improve your skills in networking technology!<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<h2 class=\"wp-block-heading\" style=\"text-align: justify;\">Reference<\/h2>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">[1] Insan, I. M., &amp; Samopa, F. (2024). Implementation of Http Security Protocol for Internet of Things Based on Digital Envelope. Procedia Computer Science, 234, 1332-1339. <a href=\"https:\/\/www.sciencedirect.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/www.sciencedirect.com\/<\/a><\/p>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\">\u00a0<\/p>\r\n<p>\r\n\r\n<\/p>\r\n<p style=\"text-align: justify;\"><strong>Author : Hassan Rizky Putra Sailellah | Editor : Meilina Eka Ayuningtyas<\/strong><\/p>\r\n<p style=\"text-align: justify;\">\u00a0<\/p>\r\n<p style=\"text-align: justify;\"><strong>Tags<\/strong> : <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong>Kampus Swasta Terbaik di Indonesia<\/strong><\/a><\/span> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #0000ff;\">Kampus Swasta di Jakarta<\/span><\/strong><\/a> | <span style=\"color: #0000ff;\"><a style=\"color: #0000ff;\" href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong>Kampus Swasta di Bandung<\/strong><\/a><\/span> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #0000ff;\"><strong>Kampus Swasta Terbaik<\/strong><\/span><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #0000ff;\">Kampus Swasta di Surabaya<\/span><\/strong><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #0000ff;\">Universitas Swasta Terbaik di Indonesia<\/span><\/strong><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #0000ff;\">Universitas Swasta di Jakarta<\/span><\/strong><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #0000ff;\"><strong>Universitas Swasta di Bandung<\/strong><\/span><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #0000ff;\"><strong>Universitas Swasta di Surabaya<\/strong><\/span><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #0000ff;\"><strong>Universitas Swasta Terbaik di Jakarta<\/strong><\/span><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #0000ff;\"><strong>PTS Terbaik di Indonesia<\/strong><\/span><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #0000ff;\">Universitas Swasta Terbaik<\/span><\/strong><\/a> | <a href=\"https:\/\/it.telkomuniversity.ac.id\/en\/\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #0000ff;\">Universitas Terbaik di Bandung<\/span><\/strong><\/a><\/p>\r\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>What is HTTP? HTTP is the fundamental web communication protocol. Learn the main functions of HTTP, its advantages of simplicity and adaptability, and its types such as HTTP\/1.1, HTTPS, HTTP\/2, and HTTP\/3. HTTP Definition\u00a0 HTTP stands for Hypertext Transfer Protocol. HTTP is a communication protocol used to transfer data over the internet. HTTP is the [&hellip;]<\/p>\n","protected":false},"author":32,"featured_media":156836,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":176,"footnotes":""},"categories":[182,3216],"tags":[2484,2600,2607,2608,2448,2449,2450,2451,2452,2610,2458,2611,2612,2460,2461,2463,2464,2465,2466,2613],"class_list":["post-162967","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs-en","category-devops-en","tag-cybersecurity-en","tag-dataencryption-en","tag-httpsecure-en","tag-internetsecurity-en","tag-kampus-swasta-di-bandung-en","tag-kampus-swasta-di-jakarta-en","tag-kampus-swasta-di-surabaya-en","tag-kampus-swasta-terbaik-en","tag-kampus-swasta-terbaik-di-indonesia-en","tag-onlineprivacy-en","tag-pts-terbaik-di-indonesia-en","tag-secureconnections-en","tag-ssltls-en","tag-universitas-swasta-di-bandung-en","tag-universitas-swasta-di-jakarta-en","tag-universitas-swasta-terbaik-en","tag-universitas-swasta-terbaik-di-indonesia-en","tag-universitas-swasta-terbaik-di-jakarta-en","tag-universitas-terbaik-di-bandung-en","tag-websecurity-en"],"blocksy_meta":[],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/162967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/comments?post=162967"}],"version-history":[{"count":0,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/posts\/162967\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/media\/156836"}],"wp:attachment":[{"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/media?parent=162967"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/categories?post=162967"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/it.telkomuniversity.ac.id\/en\/wp-json\/wp\/v2\/tags?post=162967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}