From e640e8ea1f128cc770dd7c063113fec21d81577d Mon Sep 17 00:00:00 2001 From: Nick Maliwacki Date: Mon, 12 Oct 2020 12:08:58 -0700 Subject: [PATCH] update fiddler usage instructions (#376) --- docs/development/setup.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/development/setup.md b/docs/development/setup.md index 5dfae63b03..3a4f6e69c9 100644 --- a/docs/development/setup.md +++ b/docs/development/setup.md @@ -25,13 +25,16 @@ ![Fiddler Config Image](/docs/images/FiddlerConfig.png) - Download DCM example file from [here](/docs/dcms/RedTriangle.dcm) -- Upload DCM file (use upload file button at request body section as shown in picture below) +- Upload DCM file + - Use `Upload file...` link at request body section as shown in picture below + - Located in `Parsed` tab inside the `Composer` tab - Update request header: - - Accept: application/dicom+json (don't change boundary part) - - Content-Type: multipart/related + - `Accept: application/dicom+json` + - `Content-Type: multipart/related` **(don't change boundary part)** - Update request body: - - Content-Type: application/dicom - - Post the request to https://localhost:63838/studies + - `Content-Type: application/dicom` +- Post the request to https://localhost:63838/studies + - Hit Execute button ![Post A Dicom Image](/docs/images/FiddlerPost.png) - If the POST is successful, you should be see an HTTP 200 response.