Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

har generated from chrome produces: "Missing request method (24)" #63

Closed
tmc opened this issue Nov 15, 2020 · 4 comments
Closed

har generated from chrome produces: "Missing request method (24)" #63

tmc opened this issue Nov 15, 2020 · 4 comments

Comments

@tmc
Copy link

tmc commented Nov 15, 2020

        "request": {
          "method": "",
          "url": "ws://localhost:2992/sockjs-node/248/gp0g1n1n/websocket",
          "httpVersion": "",
          "headers": [],
          "queryString": [],
          "cookies": [],
          "headersSize": -1,
          "bodySize": 0
        },
@legander
Copy link
Collaborator

legander commented Dec 1, 2020

Thank you for reporting the issue. There is currently no support for compiling "websocket requests" (Yet).
I'm adding a Type: Improvement label 👍

@legander
Copy link
Collaborator

legander commented Dec 9, 2020

Closing this issue in favor of #47. We will look into adding WS support in the future 👍

@legander legander closed this as completed Dec 9, 2020
@BradErz
Copy link

BradErz commented Sep 7, 2021

@legander would it not make sense for now to output a warning that a specific URL has no method and skip generating the code for the websocket as its not supported yet?

@legander
Copy link
Collaborator

legander commented Sep 7, 2021

@BradErz That is a good idea, I will add a reference to your suggestion in #47 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants