<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>clienttool Archives - SoftUni Global</title>
	<atom:link href="https://softuni.org/tag/clienttool/feed/" rel="self" type="application/rss+xml" />
	<link>https://softuni.org/tag/clienttool/</link>
	<description>Learn Programming and Start a Developer Job</description>
	<lastBuildDate>Thu, 30 Jun 2022 14:26:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://softuni.org/wp-content/uploads/2022/04/cropped-SoftUni-Global-Logo-Square-notext-32x32.png</url>
	<title>clienttool Archives - SoftUni Global</title>
	<link>https://softuni.org/tag/clienttool/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Understanding HTTP Dev Tools [Dev Concepts #37]</title>
		<link>https://softuni.org/dev-concepts/understanding-http-dev-tools-37/</link>
					<comments>https://softuni.org/dev-concepts/understanding-http-dev-tools-37/#respond</comments>
		
		<dc:creator><![CDATA[Nikol Ruseva]]></dc:creator>
		<pubDate>Fri, 24 Jun 2022 06:00:00 +0000</pubDate>
				<category><![CDATA[Dev Concepts]]></category>
		<category><![CDATA[browsertools]]></category>
		<category><![CDATA[clienttool]]></category>
		<category><![CDATA[devconcept]]></category>
		<category><![CDATA[devtools]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[httprequest]]></category>
		<category><![CDATA[httpresponse]]></category>
		<category><![CDATA[networkinspector]]></category>
		<category><![CDATA[networkprotocol]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software engineering]]></category>
		<guid isPermaLink="false">https://softuni.org/?p=21404</guid>

					<description><![CDATA[<p>In this lesson, we talk about the browser Dev Tools and explain how to use them to your best advantage. Learn how the network inspector and client tools can ease your work as a developer.</p>
<p>The post <a href="https://softuni.org/dev-concepts/understanding-http-dev-tools-37/">Understanding HTTP Dev Tools [Dev Concepts #37]</a> appeared first on <a href="https://softuni.org">SoftUni Global</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="21404" class="elementor elementor-21404" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-5d5405e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5d5405e" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0d32134" data-id="0d32134" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f9c2680 elementor-widget elementor-widget-spacer" data-id="f9c2680" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-9216798 elementor-widget elementor-widget-text-editor" data-id="9216798" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The <strong>HTTP flow</strong> of <strong>requests</strong> and <strong>responses</strong> can give you useful information about how the web application <strong>communicates</strong> with the <strong>server</strong>. It can <strong>improve</strong> your software development process, and <strong>save</strong> you time and effort when debugging.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-88292b4 elementor-widget elementor-widget-video" data-id="88292b4" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/eQJyA9TQNGQ&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-dc9b80c elementor-widget elementor-widget-spacer" data-id="dc9b80c" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-fcf2cc7 elementor-widget elementor-widget-heading" data-id="fcf2cc7" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-large">Built-in Browser Tools</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-c3c81fe elementor-widget elementor-widget-text-editor" data-id="c3c81fe" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Modern Web browsers have a set of <b>built-in tools</b> for <b>monitoring</b> the <b>HTTP traffic</b>. The functionality of these tools includes also <b>inspecting </b>the already rendered HTML elements and <b>debugging </b>right into the browser. </p>								</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-34c3f5c elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="34c3f5c" data-element_type="section">
						<div class="elementor-container elementor-column-gap-custom">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4ec8e76" data-id="4ec8e76" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-16e5ea8 elementor-widget elementor-widget-image" data-id="16e5ea8" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img fetchpriority="high" decoding="async" width="421" height="314" src="https://softuni.org/wp-content/uploads/2022/06/Inspect-Tutorial-Dev-Concepts-37.png" class="attachment-large size-large wp-image-21407" alt="Open Inspect Menu In Browser" srcset="https://softuni.org/wp-content/uploads/2022/06/Inspect-Tutorial-Dev-Concepts-37.png 421w, https://softuni.org/wp-content/uploads/2022/06/Inspect-Tutorial-Dev-Concepts-37-300x224.png 300w" sizes="(max-width: 421px) 100vw, 421px" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-e7daf9e" data-id="e7daf9e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-28a73ff elementor-widget elementor-widget-text-editor" data-id="28a73ff" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Chrome Developer Tools can be accessed by pressing the <b>[F12] key</b> in Google Chrome. Another way is to <b>right-click</b> anywhere on the Web page and select <b>[Inspect]</b> in the context menu.</p><p>This opens a panel with several tabs. The <b>Elements </b>tab shows the HTML used to build the current Web page. It holds information about the UI controls in <b>the Document Object Model (DOM) tree</b>.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-f1136a1 elementor-widget elementor-widget-spacer" data-id="f1136a1" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-9ef8f95 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9ef8f95" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d9e4fa" data-id="4d9e4fa" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1cf8226 elementor-widget elementor-widget-text-editor" data-id="1cf8226" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The <b>Console </b>tab shows <b>error</b><b>s </b>and <b>logs </b>for the currently loaded Web Page. The tab is also used for executing <b>JavaScript commands </b>and interacting with the page.</p><p>You can set <strong>breakpoints</strong> and <strong>evaluate</strong> <strong>expressions</strong> in JavaScript through the <strong>Sources</strong> tab. All <b>files </b>that were used to make the website are listed here.</p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5301659" data-id="5301659" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2f6b87b elementor-widget elementor-widget-image" data-id="2f6b87b" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="1024" height="672" src="https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920-1024x672.png" class="attachment-large size-large wp-image-21408" alt="Error 404! Image" srcset="https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920-1024x672.png 1024w, https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920-300x197.png 300w, https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920-768x504.png 768w, https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920-1536x1008.png 1536w, https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920-600x394.png 600w, https://softuni.org/wp-content/uploads/2022/05/error-404-6052476_1920.png 1920w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-9aa6695 elementor-widget elementor-widget-spacer" data-id="9aa6695" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2c52016 elementor-widget elementor-widget-text-editor" data-id="2c52016" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To <b>monitor the data </b>exchanged between the current  page and the Web server, we use the <b>Network </b>tab. This tab is commonly used to confirm that resources are downloaded or uploaded correctly.</p><p>When you click on a link, the browser sends multiple <b>requests </b>to the server regarding different elements of the page. The HTML required to render the page is sent back in the form of <b>responses </b>from the server. There is information about every response that includes <b>HTTP request URL</b>, the <b>request method</b>, remote server IP address and port, <b>status code </b>and many other technical details.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-febddd3 e-transform elementor-widget elementor-widget-image" data-id="febddd3" data-element_type="widget" data-settings="{&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.6999999999999999555910790149937383830547332763671875,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="890" height="465" src="https://softuni.org/wp-content/uploads/2022/05/Request-Response-e1656004186580.png" class="attachment-large size-large wp-image-21409" alt="HTTP Requests and Responses Traffic" srcset="https://softuni.org/wp-content/uploads/2022/05/Request-Response-e1656004186580.png 890w, https://softuni.org/wp-content/uploads/2022/05/Request-Response-e1656004186580-300x157.png 300w, https://softuni.org/wp-content/uploads/2022/05/Request-Response-e1656004186580-768x401.png 768w, https://softuni.org/wp-content/uploads/2022/05/Request-Response-e1656004186580-600x313.png 600w" sizes="(max-width: 890px) 100vw, 890px" />															</div>
				</div>
				<div class="elementor-element elementor-element-7c1798e elementor-widget elementor-widget-heading" data-id="7c1798e" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-xl">Client Tools</h2>				</div>
				</div>
				<section class="elementor-section elementor-inner-section elementor-element elementor-element-49cf79f elementor-section-full_width elementor-section-content-middle elementor-section-height-default elementor-section-height-default" data-id="49cf79f" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ebd9c94" data-id="ebd9c94" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-349a909 elementor-widget elementor-widget-text-editor" data-id="349a909" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Another useful tool for developers who need information on HTTP traffic is the <b>Postman HTTP client</b>. This tool is used for <b>composing </b>and <b>sending </b>requests, <b>analyzing </b>HTTP responses from the server for testing, <b>debugging </b>server APIs and for <b>resolving </b>technical <b>issues </b>during the software development process.</p>								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c77c165" data-id="c77c165" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-20f1857 elementor-widget elementor-widget-image" data-id="20f1857" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="1024" height="386" src="https://softuni.org/wp-content/uploads/2022/05/x1_QOx_tPV5wJnhTzAGhfIiLA.png.pagespeed.ic_.8CDwgq7rJK-e1656003104260-1024x386.png" class="attachment-large size-large wp-image-21410" alt="Postman Client Tool Logo" srcset="https://softuni.org/wp-content/uploads/2022/05/x1_QOx_tPV5wJnhTzAGhfIiLA.png.pagespeed.ic_.8CDwgq7rJK-e1656003104260-1024x386.png 1024w, https://softuni.org/wp-content/uploads/2022/05/x1_QOx_tPV5wJnhTzAGhfIiLA.png.pagespeed.ic_.8CDwgq7rJK-e1656003104260-768x290.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-aee5286 elementor-widget elementor-widget-text-editor" data-id="aee5286" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With <b>Postman </b>you can <b>create </b>an HTTP request, <b>send </b>it to the Web server, <b>view </b>the HTTP response, and <b>generate </b>a <b>source code </b>to execute the HTTP request in many languages, such as <b>JavaScript</b>, <b>C#,</b> <b>Java</b>, <b>Python</b>, <b>PHP </b>and many others.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-801da90 elementor-widget elementor-widget-text-editor" data-id="801da90" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span data-preserver-spaces="true">Another alternative for an HTTP client tool is the <b>Insomnia Core Rest Client</b>. In case you prefer a Web-based HTTP tool, you can try <b>Hoppscotch</b>.</span></p>								</div>
				</div>
				<div class="elementor-element elementor-element-d523d39 elementor-widget elementor-widget-spacer" data-id="d523d39" data-element_type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-72baa39 elementor-widget elementor-widget-heading" data-id="72baa39" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-xl">Lesson Topics</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4a0f072 elementor-widget elementor-widget-text-editor" data-id="4a0f072" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div><div>In this tutorial, we cover the following topics:</div></div><ul><li><p><strong>Network Inspector</strong></p></li><li><p><strong>Postman Client Tool<br /></strong></p></li><li><p><strong>Sending and Analyzing HTTP Requests</strong></p></li></ul>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-3381a86 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3381a86" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0cf09e3" data-id="0cf09e3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
							</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a0aff0b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a0aff0b" data-element_type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48c6c18" data-id="48c6c18" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6fa2400 elementor-widget elementor-widget-heading" data-id="6fa2400" data-element_type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-xl">Lesson Slides</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-37e6760 elementor-widget elementor-widget-pdfjs_viewer" data-id="37e6760" data-element_type="widget" data-widget_type="pdfjs_viewer.default">
				<div class="elementor-widget-container">
					<iframe src="https://softuni.org/wp-content/plugins/pdf-viewer-for-elementor/assets/pdfjs/web/viewer.html?file=https://softuni.org/wp-content/uploads/2022/06/Dev-Concepts-Episode-37-HTTP-Dev-Tools-1.pdf&amp;embedded=true" style="display: block; margin-left: auto; margin-right: auto; width: 100%; height: 800px;" frameborder="1" marginheight="0px" marginwidth="0px" allowfullscreen></iframe>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://softuni.org/dev-concepts/understanding-http-dev-tools-37/">Understanding HTTP Dev Tools [Dev Concepts #37]</a> appeared first on <a href="https://softuni.org">SoftUni Global</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://softuni.org/dev-concepts/understanding-http-dev-tools-37/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: softuni.org @ 2026-06-11 07:44:33 by W3 Total Cache
-->