Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page

Anonymous
Not applicable
I'm having trouble with Visma.net API GET-requests: I do not receive Content-Length header.
I'm using Python/Requests and I'm trying to use Streaming content to visualize progress when downloading larger amounts of data.
--Antti
Solved! Go to Solution.
Categories:
- Categories:
-
API:GeneralQuestion
1 REPLY 1
HI,
As the "transfer-encoding" header is "chunked", there is no content-length header.
You can read more about chunked transfer coding here: RFC 2616 § 3.6.1
