Skip to content

/devtools-network-reference/ -- Error from "Send form data" button #84

@mikehoffms

Description

@mikehoffms

Please test /devtools-network-reference/ > Send form data button:

Image

When using localhost, when click the Send form data button:

  • Get errors in git bash:
    • "GET /.well-known/appspecific/com.chrome.devtools.json" Error (404): "Not found"
    • "POST /form-data-endpoint" Error (404): "Not found"
  • In Console, error:
~/GitHub/Demos/devtools-network-reference (main)
$ npx http-server
Starting up http-server, serving ./
http-server version: 14.1.1
[Thu Jul 17 2025 17:16:33 GMT-0700 (Pacific Daylight Time)]  "GET /" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0"
(node:33900) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
[Thu Jul 17 2025 17:16:33 GMT-0700 (Pacific Daylight Time)]  "GET /.well-known/appspecific/com.chrome.devtools.json" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0"
[Thu Jul 17 2025 17:16:33 GMT-0700 (Pacific Daylight Time)]  "GET /.well-known/appspecific/com.chrome.devtools.json" Error (404): "Not found"
[Thu Jul 17 2025 17:16:36 GMT-0700 (Pacific Daylight Time)]  "POST /form-data-endpoint" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0"
[Thu Jul 17 2025 17:16:36 GMT-0700 (Pacific Daylight Time)]  "POST /form-data-endpoint" Error (404): "Not found"

Line 49:
Image

Console tool after click Send form data button when not using localhost:
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions