Hi folks,

Anyone a gun on Postman?

I'm trying to debug a file upload.


  *   I create a request that looks like the typical request, including a body 
saying form-data and with a key of file and a value set to File with an 
uploaded file.
  *   I save a 200 response for it.
  *   I choose to mock the collection and create a server.
  *   I start a new request pointing to the mock server, and set the body the 
same way as before.
  *   I send the request.

In the server logs, I see this:

[cid:image001.png@01D95E43.FC7535E0]

The content-length looks about right. The content-type does say 
multipart/form-data, and has a boundary, etc.

But the body is empty.

Is there some trick to getting it to log the body? That's what I'm trying to 
see.

Regards,

Greg

Dr Greg Low

1300SQLSQL (1300 775 775) office | +61 419201410 mobile
SQL Down Under | Web: https://sqldownunder.com<https://sqldownunder.com/> | 
About Greg:  https://about.me/greg.low

Reply via email to