-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_search_not_found
97 lines (95 loc) · 2.45 KB
/
test_search_not_found
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
interactions:
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
User-Agent:
- python-requests/2.21.0
method: GET
uri: https://peps.mx/datos/qws/access?var1=pepito@cuenca.com&var2=notsecurepassword
response:
body:
string: ''
headers:
Access-Control-Allow-Credentials:
- 'true'
Access-Control-Allow-Headers:
- origin, x-requested-with, content-type
Access-Control-Allow-Methods:
- PUT, GET, POST, DELETE, OPTIONS
Access-Control-Allow-Origin:
- '*'
Connection:
- Keep-Alive
Content-Length:
- '0'
Content-Type:
- text/html;charset=UTF-8
Date:
- Fri, 12 Apr 2019 21:35:06 GMT
Keep-Alive:
- timeout=5, max=100
Server:
- Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.32
Set-Cookie:
- quid=arturo%40cuenca.com; path=/
- qkey=UXVpZW5Fc1F1aWVuMSE%3D; path=/
- qnid=6482; path=/
X-Powered-By:
- PHP/5.6.32
status:
code: 200
message: OK
- request:
body: null
headers:
Accept:
- '*/*'
Accept-Encoding:
- gzip, deflate
Connection:
- keep-alive
Cookie:
- qkey=UXVpZW5Fc1F1aWVuMSE%3D; qnid=6482; quid=pepito%40cuenca.com
User-Agent:
- python-requests/2.21.0
method: GET
uri: https://peps.mx/datos/qws/pepsp?nombre=Pepito&paterno=Cuenca&materno=
response:
body:
string: '<?xml version="1.0" encoding="utf-8"?>
<xml><persona/><resumen><id_resultado>1</id_resultado><num_registros>0</num_registros><msg_result>Ningun
resultado con ese criterio</msg_result><num_conex_dia>19</num_conex_dia><maxconex_dia>2000</maxconex_dia></resumen></xml>
'
headers:
Access-Control-Allow-Credentials:
- 'true'
Access-Control-Allow-Headers:
- origin, x-requested-with, content-type
Access-Control-Allow-Methods:
- PUT, GET, POST, DELETE, OPTIONS
Access-Control-Allow-Origin:
- '*'
Connection:
- Keep-Alive
Content-Length:
- '266'
Content-Type:
- application/xml
Date:
- Fri, 12 Apr 2019 21:35:06 GMT
Keep-Alive:
- timeout=5, max=100
Server:
- Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.32
X-Powered-By:
- PHP/5.6.32
status:
code: 200
message: OK
version: 1