Giter VIP home page Giter VIP logo

Comments (5)

AAABBBCCCAAAA avatar AAABBBCCCAAAA commented on June 5, 2024

it is because skype use websockets for videocalls, and web sockets are 0 length when received.

at the time this is not possible from a webextension point of view.

but maybe in the future it could be :

You should close this issue and we reopen it later when things have moved on browser builder side.

Edit: Even with that things are not perfect because you have to let devtools open while browsing to keep getting HAR infos.

from carbonalyser.

engnatalia avatar engnatalia commented on June 5, 2024

it is because skype use websockets for videocalls, and web sockets are 0 length when received. at the time this is not possible from a webextension point of view. but maybe in the future it could be :

You should close this issue and we reopen it later when things have moved on browser builder side.

Edit: Even with that things are not perfect because you have to let devtools open while browsing to keep getting HAR infos.

what do you mean by 0 length when received? The web extension does not process the received frames? I was checking this and it doesn't say anything about 0 length anywhere; there should be a payload.

from carbonalyser.

AAABBBCCCAAAA avatar AAABBBCCCAAAA commented on June 5, 2024

There is a "payload" (http headers that indicate web socket connexion). But the content length of http request is 0 length (web sockets content by nature is received not all at once). So the "payload": the actual content of websocket communication is received but is not accessible from a web extension point of view.

In that issue we do not talk about what is the reality of websockets but what is possible to do with current state of technology (so only implementation, if you prefer what browser vendor allow us to do).

Maybe you should try to make a first web extension on the subject to really understand how it works "in practice" (if you got the time of course).

from carbonalyser.

engnatalia avatar engnatalia commented on June 5, 2024

There is a "payload" (http headers that indicate web socket connexion). But the content length of http request is 0 length (web sockets content by nature is received not all at once). So the "payload": the actual content of websocket communication is received but is not accessible from a web extension point of view. In that issue we do not talk about what is the reality of websockets but what is possible to do with current state of technology (so only implementation, if you prefer what browser vendor allow us to do). Maybe you should try to make a first web extension on the subject to really understand how it works "in practice" (if you got the time of course).

Zoom did work! :) I guess Zoom doesn't use websockets, right?

from carbonalyser.

AAABBBCCCAAAA avatar AAABBBCCCAAAA commented on June 5, 2024

zoom use also websockets, so websockets traffic will not be watched.
If you see any increase in the amount of data that pass throught analyzer, it's other request emitted by skype browser version platform.

from carbonalyser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.