PayloadSecurity / VxAPI

A generic interface and CLI for all endpoints of the Falcon Sandbox API
GNU General Public License v3.0
209 stars 58 forks source link

Data not transmitted completly while using api #42

Closed garrit-schroeder closed 5 years ago

garrit-schroeder commented 5 years ago

GET https://www.hybrid-analysis.com/api/v2/feed/latest Header: User-Agent: Falcon api-key: XXX Content-Type: application/json

The returned data is cut off after4507 lines of JSON resulting in an incomplete JSON structure.

Any ideas how to fix that?

garrit-schroeder commented 5 years ago

Problem only exists while using Chrome Advanced Rest Client. Firefox Restclient works fine. Webpage test try works fine.