{"id":572,"date":"2023-06-26T09:42:02","date_gmt":"2023-06-26T09:42:02","guid":{"rendered":"https:\/\/www.devopssupport.in\/blog\/?p=572"},"modified":"2023-06-26T09:42:03","modified_gmt":"2023-06-26T09:42:03","slug":"404-not-found-response","status":"publish","type":"post","link":"https:\/\/www.devopssupport.in\/blog\/404-not-found-response\/","title":{"rendered":"`404 Not Found` response:"},"content":{"rendered":"\n<p><strong>Error<\/strong>:<\/p>\n\n\n\n<p>local.INFO: GuzzleHttp\\<em>Exception<\/em>\\<em>ClientException<\/em>: Client <strong>error:<\/strong> `GET <a href=\"http:\/\/mhn-hospital-ms\/quote-management\/api\/v1\/j\/paginated-quote-bids\/quote-bids-by-h-email-count%60\">http:\/\/<\/a>thisIsBlog<a href=\"http:\/\/mhn-hospital-ms\/quote-management\/api\/v1\/j\/paginated-quote-bids\/quote-bids-by-h-email-count%60\">`<\/a> resulted in a `404 Not Found` response:<\/p>\n\n\n\n<p><strong>Solution<\/strong>:<\/p>\n\n\n\n<p>A &#8220;404 Not Found&#8221; response is returned by the server when the requested URL does not exist or the resource is not available at that location. This could be due to various reasons,<\/p>\n\n\n\n<p>Incorrect URL: Double-check the URL you are using to ensure it is correct. Make sure there are no typos or missing components in the URL. <\/p>\n\n\n\n<p>Missing or deleted resource: The resource you are trying to access may have been removed or relocated. Verify that the resource exists and is available at the specified URL.<\/p>\n\n\n\n<p>Permission issues: It&#8217;s possible that you don&#8217;t have the necessary permissions to access the resource. Check the access permissions for the resource and ensure you have the required privileges.<\/p>\n\n\n\n<p><strong>In my condition<\/strong><\/p>\n\n\n\n<p>This issue occur due to api.php (route) url&nbsp; not define properly<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>(This is my wrong route , that why I getting error)<\/p>\n\n\n\n<p>&nbsp;&nbsp; Route::get(&#8216;\/paginated-quote-bids\/quote-bids-by-h-email-count\/{countId}&#8217;, &#8216;PassportAPI\\PaginatedQuoteBidController@getQuoteBidsByHospitalEmailCount&#8217;);<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>(This is my right route )<\/p>\n\n\n\n<p>&nbsp; &nbsp; Route::get(&#8216;\/paginated-quote-bids\/quote-bids-by-h-email-count&#8217;, &#8216;PassportAPI\\PaginatedQuoteBidController@getQuoteBidsByHospitalEmailCount&#8217;);<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Error: local.INFO: GuzzleHttp\\Exception\\ClientException: Client error: `GET http:\/\/thisIsBlog` resulted in a `404 Not Found` response: Solution: A &#8220;404 Not Found&#8221; response is returned by the server when the&#8230; <\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-572","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts\/572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/comments?post=572"}],"version-history":[{"count":1,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts\/572\/revisions"}],"predecessor-version":[{"id":656,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/posts\/572\/revisions\/656"}],"wp:attachment":[{"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/media?parent=572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/categories?post=572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.devopssupport.in\/blog\/wp-json\/wp\/v2\/tags?post=572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}