Fabre Lambeau
Fabre Lambeau
New tools: - mpd-inspector - vscode-m3u8-language - scte35-js-annotated
## Description I've used the automatic script to install the Proxyman certificate on my Android Emulator (Android Studio). It seemed to work, and when I start testing my app (Android...
## Description I have to execute long-running processes (ABR video streaming sessions for example), which I later on analyse through scripting, from .HAR or Proxyman logs. The sessions can be...
## Description I have a onResponse() function in a script that works very well on mac. The outline of it is: ``` async function onResponse(context, url, request, response) { var...
Is there a way to cause an audio/visual notification from the scripting tool? For example, if I monitor a particular endpoint, and suddenly the JSON contains a particular value /...
Is there a way to assign colors to the Custom Previewer Tab? In my use case, the response body is a complex JSON object, and I'd like to show a...
## Describe the bug I am working with a remote service that expects (among other things) a query parameter without value, eg "&bla". However when going through the reverse proxy,...
For as long as I remember, placing plot legends into legendgroup caused clicking on any single legend in a group (or its title) to hide/show as a group. Then with...
## Description I would like to analyse HTTP traffic that is being proxied in Proxyman, in a Python project of mine. For that I need to export logs that are...
Hi there, Just noticed a small error in the XML parser. Given the following payload: ``` ``` The parsed output has `avails_expected==True` instead of a number From the 2023r1 spec:...