[GH-ISSUE #3075] [feature]: binary data header content with file upload #1007

Closed
opened 2026-03-16 18:02:57 +03:00 by kerem · 1 comment
Owner

Originally created by @evbo on GitHub (May 23, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3075

Is there an existing issue for this?

  • I have searched the existing issues

Summary

The current feature for uploading a file works great, but some APIs require binary data in the raw (not form encoded)

for example, IBM's Watson API requires you pass an audio file as raw content (not a form encoded body):

curl -X POST -u "apikey:{apikey}" --header "Content-Type: audio/flac" --data-binary @audio-file.flac "{url}/v1/recognitions?callback_url=http://{user_callback_path}/job_results&user_token=job25&timestamps=true"

Why should this be worked on?

While rare, headers can include file content, so a button allowing you to upload a file just like with form encoded bodies would be useful for these rare occasions.

Originally created by @evbo on GitHub (May 23, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3075 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary The current feature for uploading a file works great, but some APIs require binary data in the **raw** (not form encoded) for example, IBM's Watson API requires you pass an audio file as raw content (not a form encoded body): ```shell curl -X POST -u "apikey:{apikey}" --header "Content-Type: audio/flac" --data-binary @audio-file.flac "{url}/v1/recognitions?callback_url=http://{user_callback_path}/job_results&user_token=job25&timestamps=true" ``` ### Why should this be worked on? While rare, headers can include file content, so a button allowing you to upload a file just like with form encoded bodies would be useful for these rare occasions.
kerem 2026-03-16 18:02:57 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@liyasthomas commented on GitHub (Aug 26, 2023):

Possibly a duplicate of #2594, hence closing.

<!-- gh-comment-id:1694340973 --> @liyasthomas commented on GitHub (Aug 26, 2023): Possibly a duplicate of #2594, hence closing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1007
No description provided.