Commit 274602487c2290d9f12c0ec377b095caf18bd09a
1 parent
e710134c
Fixed typo in multipart header
Showing
1 changed file
with
4 additions
and
4 deletions
line-protocol.md
... | ... | @@ -411,21 +411,21 @@ Example HTTP upload: |
411 | 411 | |
412 | 412 | POST /talk/m/upload.nhn HTTP/1.1 |
413 | 413 | Content-Length: 29223 |
414 | - Content-Type: multipart/form-data; boundary=--boundary-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN | |
414 | + Content-Type: multipart/form-data; boundary=separator-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN | |
415 | 415 | Host: obs-de.line-apps.com:443 |
416 | 416 | X-Line-Access: D82j....= |
417 | 417 | X-Line-Application: DESKTOPWIN\t3.6.0.32\tWINDOWS 5.0.2195-XP-x64 |
418 | 418 | |
419 | - --boundary-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN | |
419 | + --separator-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN | |
420 | 420 | Content-Disposition: form-data; name="params" |
421 | 421 | |
422 | 422 | {"name":"1.jpg","oid":"1234567890123","size":28878,"type":"image","ver":"1.0"} |
423 | - --boundary-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN | |
423 | + --separator-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN | |
424 | 424 | Content-Disposition: form-data; name="file"; filename="1.jpg" |
425 | 425 | Content-Type: image/jpeg |
426 | 426 | |
427 | 427 | ...image data... |
428 | - --boundary-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN-- | |
428 | + --separator-CU3U3JIM7B17R0C4SIWX1NS7I1G0LV6BF76GPTNN-- | |
429 | 429 | |
430 | 430 | ### STICKER (7) |
431 | 431 | ... | ... |