Blame view

test/cassettes/test_logon.yml 957 Bytes
f65bf747   Joe Weakley   Added and configu...
1
2
3
4
  ---
  http_interactions:
  - request:
      method: get
23108441   Nathan Ockerman   Replace sensitive...
5
      uri: http://syspro.wildlandlabs.com:90/SYSPROWCFService/Rest/logon?CompanyId=<syspro_company>&CompanyPassword=&Operator=<syspro_username>&OperatorPassword=<syspro_password>
f65bf747   Joe Weakley   Added and configu...
6
7
8
9
10
      body:
        encoding: US-ASCII
        string: ''
      headers:
        User-Agent:
193ef3c1   Nathan Ockerman   LM issue 845 - sh...
11
        - Syspro/7 RubyBindings/1.0.0.alpha.2
f65bf747   Joe Weakley   Added and configu...
12
13
14
15
16
17
18
19
20
21
22
        Content-Type:
        - application/x-www-form-urlencoded
        Accept-Encoding:
        - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
        Accept:
        - "*/*"
    response:
      status:
        code: 200
        message: OK
      headers:
f65bf747   Joe Weakley   Added and configu...
23
24
25
26
27
        Content-Type:
        - application/octet-stream
        Server:
        - Microsoft-HTTPAPI/2.0
        Date:
ab2264b2   Samuel J Clopton   Add the ability t...
28
        - Wed, 22 May 2019 22:36:13 GMT
23108441   Nathan Ockerman   Replace sensitive...
29
        Content-<syspro_company>ength:
ab2264b2   Samuel J Clopton   Add the ability t...
30
        - '36'
f65bf747   Joe Weakley   Added and configu...
31
32
      body:
        encoding: UTF-8
ab2264b2   Samuel J Clopton   Add the ability t...
33
        string: '3EA613166FE4BF47925DF1CEA14E910100  '
f65bf747   Joe Weakley   Added and configu...
34
      http_version: 
ab2264b2   Samuel J Clopton   Add the ability t...
35
    recorded_at: Wed, 22 May 2019 22:36:12 GMT
f65bf747   Joe Weakley   Added and configu...
36
  recorded_with: VCR 4.0.0