-
Notifications
You must be signed in to change notification settings - Fork 10
GetMeta
Robin B edited this page Mar 13, 2020
·
1 revision
Returns meta information about the website, such as the current version as well as connection info such as the port. Mostly used when accessing the website in a browser, so that the browser fills in relevant data on the page and establishes connections properly.
Key | Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
/meta
Output:
{
"port": 5959,
"version": "8.1.0"
}