Skip to content

Commit 9338b62

Browse files
authored
Update README.md
1 parent e82b084 commit 9338b62

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,10 @@ Now you can copy your token and use it for the Worker.
110110
----
111111

112112
## Using the script/request URL
113-
Next, we'll look at how to properly use the Worker's request URL. We will also take a look at how to correctly enter the update URL into your Fritz!Box. Let's look at the basic structure of the request URL. The URL is structured as follows:
113+
Next, we'll look at how to properly use the Worker's request URL. We will also take a look at how to correctly enter the update URL into your Fritz!Box.
114+
115+
### Basic URL structure
116+
Let's look at the basic structure of the request URL. The URL is structured as follows:
114117

115118
| Worker subdomain | Account name | Cloudflare Worker domain |
116119
|:----------------:|:------------:|:------------------------:|
@@ -123,6 +126,8 @@ Next, we'll look at how to properly use the Worker's request URL. We will also t
123126
>
124127
> An example would look like this: `https://random-name.your-account.workers.dev/`
125128
129+
### URL parameters
130+
126131
The following parameters can be used in the URL:
127132

128133
| Parameter | Datatype | Required | Default Value | Description |
@@ -143,6 +148,7 @@ The following parameters can be used in the URL:
143148

144149
Parameters are simply appended to the request URL with a `?`. Between the parameters are `&` characters. For more information, please reference to [this article from MDN][encodeURI] on how to properly encode URL parameters.
145150

151+
### Placeholders
146152
Furthermore, there are a few placeholders which are automatically replaced by the Fritz!Box:
147153

148154
| Parameter | Description |

0 commit comments

Comments
 (0)