google / google/ios-webkit-debug-proxy

device on port 9222 returned HTTP 404

Open
#436 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
6.2k
Forks
480
PR merge metrics
No merged PRs in 30d

Description

```shell
$ ios_webkit_debug_proxy --version
ios_webkit_debug_proxy 1.9.2
Built with libimobiledevice v1.3.0, libplist v2.7.0, libusbmuxd v2.1.1, OpenSSL 3.5.1 1 Jul 2025

$ ios_webkit_debug_proxy
Listing devices on :9221
SSL connection failed! Error code: 1
Unable to attach 00008120-001E1C8621XXXXXX inspector
Connected :9222 to XXXX's iPhone (00008120-001E1C8621A3C01E)
```

```shell
$ curl http://localhost:9221/json
[{
"deviceId": "00008120-001E1C8621XXXXXX",
"deviceName": "XXXX's iPhone",
"deviceOSVersion": "18.6.2",
"url": "localhost:9222"
}]%
$ curl -I http://localhost:9222/json
HTTP/1.1 404 Not Found
Content-Length:0
Content-Type:text/html
```

```shell
$ iwdp-cli devices
XXXX's iPhone 00008120-001E1C8621XXXXXX (pages on localhost:9222)
$ iwdp-cli pages
Error: device on port 9222 returned HTTP 404
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.