mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
supports user defined extra http request headers
This commit is contained in:
parent
b0147c8c85
commit
0d9d30d783
15 changed files with 62 additions and 35 deletions
|
@ -21,11 +21,12 @@
|
|||
<pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/bookmark/</guid>
|
||||
<description>Wait for url from other devices
|
||||
<description>AI, chatgpt etc.
|
||||
rebbe freegpt Wait for url from other devices
|
||||
berify: reverse image search for video
|
||||
Tips File handling and styling with home.css &quot;home.css&quot; (in current folder, parent folder or the &quot;bookmark&quot; folder) styles bookmarks, search engines and the folder itself. The file is in html format instead of CSS, so it needs &quot;&lt;style&gt;&quot; tag for CSS.
|
||||
Install markdeep styling for markdown files
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.search&quot;) file can be used as bookmarks with secret.</description>
|
||||
Bookmarks with secrets (POST instead of GET) The search engine (&quot;.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
@ -240,8 +241,9 @@ If a new button is defined (file name &quot;20&quot; exists), uweb also
|
|||
[Engine name]:[url without '%s' inside]
|
||||
[Engine name]:[url with '%s' as keyword]
|
||||
[Engine name]:POST:[post params with '%s' as keyword]:[url]
|
||||
Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url. Internal scheme engine urls (such as i:, d:, c:) must have '%s', since '%s' format is more general (only type 2 is allowed, since POST makes no sense for internal schemes).</description>
|
||||
[Engine name]:[Extra request headers]:[post params with '%s' as keyword]:[url]
|
||||
[Extra request headers] Ex. &quot;X-Forwarded-For;8.8.8.8&quot; Limitations (they are here for performance reasons):
|
||||
The first engine in the file must be the first type that has no '%s' in the engine url.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue