You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,10 @@ Now you can copy your token and use it for the Worker.
110
110
----
111
111
112
112
## 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:
@@ -143,6 +148,7 @@ The following parameters can be used in the URL:
143
148
144
149
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.
145
150
151
+
### Placeholders
146
152
Furthermore, there are a few placeholders which are automatically replaced by the Fritz!Box:
0 commit comments