-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
363 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Accept: | ||
- '*/*' | ||
Accept-Encoding: | ||
- gzip, deflate | ||
Connection: | ||
- keep-alive | ||
User-Agent: | ||
- python-requests/2.27.1 | ||
method: GET | ||
uri: https://www.oscn.net/dockets/Results.aspx?db=Kiowa&number=&lname=&fname=&mname=&DoBMin=&DoBMax=&partytype=&apct=&dcct=&FiledDateL=12%2F13%2F2022&FiledDateH=12%2F13%2F2022&ClosedDateL=&ClosedDateH=&iLC=&iLCType=&iYear=&iNumber=&citation= | ||
response: | ||
body: | ||
string: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html | ||
xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" | ||
content=\"text/html; charset=iso-8859-1\"/>\r\n<title>403 - Forbidden: Access | ||
is denied.</title>\r\n<style type=\"text/css\">\r\n<!--\r\nbody{margin:0;font-size:.7em;font-family:Verdana, | ||
Arial, Helvetica, sans-serif;background:#EEEEEE;}\r\nfieldset{padding:0 15px | ||
10px 15px;} \r\nh1{font-size:2.4em;margin:0;color:#FFF;}\r\nh2{font-size:1.7em;margin:0;color:#CC0000;} | ||
\r\nh3{font-size:1.2em;margin:10px 0 0 0;color:#000000;} \r\n#header{width:96%;margin:0 | ||
0 0 0;padding:6px 2% 6px 2%;font-family:\"trebuchet MS\", Verdana, sans-serif;color:#FFF;\r\nbackground-color:#555555;}\r\n#content{margin:0 | ||
0 0 2%;position:relative;}\r\n.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}\r\n-->\r\n</style>\r\n</head>\r\n<body>\r\n<div | ||
id=\"header\"><h1>Server Error</h1></div>\r\n<div id=\"content\">\r\n <div | ||
class=\"content-container\"><fieldset>\r\n <h2>403 - Forbidden: Access is | ||
denied.</h2>\r\n <h3>You do not have permission to view this directory or | ||
page using the credentials that you supplied.</h3>\r\n </fieldset></div>\r\n</div>\r\n</body>\r\n</html>\r\n" | ||
headers: | ||
Content-Length: | ||
- '1233' | ||
Content-Type: | ||
- text/html | ||
Date: | ||
- Tue, 13 Dec 2022 17:43:22 GMT | ||
Server: | ||
- Microsoft-IIS/10.0 | ||
status: | ||
code: 403 | ||
message: 'Forbidden: Access is denied.' | ||
version: 1 |
Oops, something went wrong.