Forum Discussion

Everseeker's avatar
Everseeker
Contributor
9 years ago

Same API Call on different PCs showing different raw data

Co Worker's Raw Header...

POST http://<Redacted>:5400/prepack/v1/Send HTTP/1.1

Accept-Encoding: gzip,deflate

Content-Type: application/json

USER-MASTER-EX2: 3bYayeLNgbePbZBF/+vAjxgKLE/R7a7e327qYBL1IsW2mcTxMxtMY6DDFFPX/b/qSfJqbFvPYeWhg9/GSOeKJVW5NzZ6yLLHoJ13r4izrGfKR8iJT2q3tO6dLsru69eBu82N2m06p7Rfa1clnICh4wCX1+AWhGZO9cAQAAyKlyiCJ4hgo2p4G5h3Gq1uFBT82JWN0sUtB7orYHRt0=

Content-Length: 42

Host: tra<Redacted>.com:5400

Connection: Keep-Alive

User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

 

Mine

POST http://<Redacted>:5400/prepack/v1/Send HTTP/1.1

Accept-Encoding: gzip,deflate

Content-Type: application/json

USER-MASTER-EX2: 3bYayeLNgbePbZBF/+vAjxgKLE/R7a7e327qYBL1IsW2mcTxMxtMY6DDFFPX/b/qSfJqbFvPYeWhg9/GSOeKJVW5NzZ6yLLHoJ13r4izrGfKR8iJT2q3tO6dLsru69eBu82N2m06p7Rfa1clnICh4wCX1+AWhGZO9cAQAAyKlyiCJ4hgo2p4G5h3Gq1uFBT82JWN0sUtB7orYHRt0=

Content-Length: 42

Host: tra<Redacted>.com:5400

Connection: Keep-Alive

User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

 

{"OrderNumber": 23126429, "LineNumber": 1} <== THIS IS DIFFERENT!

 

Both of us have the following:

2015-12-14_16-01-50.png

When we execute the above, both of us have exactly the same result... It is just that my raw view of what is getting sent seems to be more "complete".... what setting are we overlooking?:

 

 

1 Reply

  • nmrao's avatar
    nmrao
    Champion Level 3
    Which version of soapUI was it?
    Do you mean to say, request is different or only you see the request and the other one do not see the request? Does it happen consistently?
    Does the same happens to other methods/resources too?