Skip to content

Instantly share code, notes, and snippets.

@mankum93
Created November 30, 2021 07:58
Show Gist options
  • Save mankum93/579953ba459bd7bc964b51463456bc9f to your computer and use it in GitHub Desktop.
Save mankum93/579953ba459bd7bc964b51463456bc9f to your computer and use it in GitHub Desktop.
404 response OIC
<HTML>
<HEAD>
<TITLE>Error 404 -- Not Found.NOT FOUND. Please check the request URI [/ic/api/integration/v1/flows/rest/BOD_LOGIN_VALIDATI_SERVICE/1.0/login1]. This request URI should end like... [/login] </TITLE>
</HEAD>
<BODY bgcolor="white">
<FONT FACE=Helvetica><BR CLEAR=all>
<TABLE border=0 cellspacing=5>
<TR>
<TD>
<BR CLEAR=all>
<FONT FACE="Helvetica" COLOR="black" SIZE="3">
<H2>Error 404--Not Found</H2>
</FONT> </TD>
</TR>
</TABLE>
<TABLE border=0 width=100% cellpadding=10>
<TR>
<TD VALIGN=top WIDTH=100% BGCOLOR=white>
<FONT FACE="Courier New">
<FONT FACE="Helvetica" SIZE="3">
<H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
</FONT>
<FONT FACE="Helvetica" SIZE="3">
<H4>10.4.5 404 Not Found</H4>
<b>NOT FOUND. Please check the request URI [/ic/api/integration/v1/flows/rest/BOD_LOGIN_VALIDATI_SERVICE/1.0/login1]. This request URI should end like... [/login]</b>
</FONT>
<P>
<FONT FACE="Courier New">
The server has not found anything matching the Request-URI. No
indication is given of whether the condition is temporary or permanent.
</p>
<p>If the server does not wish to make this information available to the client, the status code
403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server
knows, through some internally configurable mechanism, that an old resource is permanently
unavailable and has no forwarding address.
</FONT> </P>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment