Feb 03, 2019 Respected, When I send mail, the application / octet-stream file is always attached, I do not attach it, it is self-ported, I wonder what it is about? Q&A for Work. Stack Overflow for Teams is a private, secure spot for you and your coworkers to find and share information. Any general, binary format that the server doesn't recognize usually uses this MIME type. Upon receiving this type, most browsers prompt the user and give the user an option to save to disk.
- C# Application Octet Stream
- How To Open Application Octet Stream
- Application Octet Stream File
- Data Type Application/octet-stream
- Jquery Data Type Application/octet-stream
- Octet Stream Pdf
C# Application Octet Stream
I have an issue with data coming from the internet. I have a package coming from the internet that has the content-type:application/octet-stream.
My question is how do i decode it to readable values (such as 1,4.321,-2.6013 etc)? or is there any application that can do this?
For example:
3ecccccd is 0.400 (http://gregstoll.dyndns.org/~gregstoll/floattohex/) some are real numbers. 07d0 is 2.000
LU RD2 Answers
HTTP's Content-Encoding
header only applies to how data is encoded inside of the HTTP message itself, not how the data itself is encoded outside of HTTP. There is no Content-Encoding
header present in your example, so HTTP is not encoding the data in any way, it is giving you the raw data as-is.
When HTTP's Content-Type
header is application/octet-stream
, that mean the data (after decoding it based on the Content-Encoding
, if any) is raw 8bit data, the sender does not know what the actual type of the data is. Without a more meaningful Content-Type
to tell you what the data actually represents, the only thing you can do is analyze the raw data and make educated guesses about what it might be, unless you know through other means what the data is supposed to be.
Usually, binary data formats have a header/signature at the front of the data to identify what the data is, so you might start with that.
Until you can identify the data type, you cannot know which bytes represent what kind of values, what endian is used for multi-byte values, etc. In short, you need more information about the data you are downloading in order to know how to process it.
How To Open Application Octet Stream
Remy LebeauRemy LebeauApplication Octet Stream File
That content type does not indicate any encoding. All it means is that the data represents a stream of (8-bit) bytes. How they're encoded is an entirely separate matter. To discover the encoding, you can look at other headers (such as Content-Encoding), or else the encoding might be implicit, in which case you'll need to consult documentation. Then choose an appropriate decoding strategy based on that.
Rob KennedyRob KennedyData Type Application/octet-stream
Jquery Data Type Application/octet-stream
Not the answer you're looking for? Browse other questions tagged androidcwindowsdelphiweb or ask your own question.
Octet Stream Pdf
Thank you for sharing screenshot.
I have checked my account and I cannot see anything similar. Does this attachment appear every time you are composing a new email ?
Please try the following: Try to use another browser, and In Private mode. Sometimes extensions or cookies can block authorization and cause problems. It is also recommended to clear cache and cookies from time to time. In this article you will find the way how to delete the cache and cookies for most of the browsers https://www.wikihow.com/Delete-Tracking-Cookies
It is better to avoid Safari, Firefox and Chrome for this as there are lots of problems with browsers recently https://support.office.com/en-us/article/fixes-... That is why please test this in Microsoft Edge and Internet Explorer in Private (CTRL+SHIFT+P)
After you will login to your account in Private browsing, please try to compose a new email. Please check if you will see the same attachment. Also, please send a test email to yourself. When you will be sending, please pay attention if it will appear and if it will be visible in received email.
Please share the results!
Note: This is a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.