-
In my [monitoring of ArchiveBot](https://wiki.archiveteam.org/index.php/ArchiveBot/Monitoring) I often have to deal with URLs that consist of percent-encoded junk.
I would like to be able to decode t…
pabs3 updated
4 hours ago
-
As a developer, I want to create an RPC function `track_user_signups` in Supabase to track the origin of user signups, so that we can distinguish between normal users and those arriving via specific p…
-
The STAPI spec documents what is expected for [pagination support](https://github.com/stapi-spec/stapi-spec/tree/main?tab=readme-ov-file#pagination) and in particular what endpoints should support it:…
-
It's unfeasible for some operating systems to have URLs directly fetched & stored in JSON. For example, URLs for macOS recover images expire after ~50 minutes, Windows URLs expire after 24 hours (whic…
-
# 🐛 bug report
When building/watching/serving a web application with links pointing to the same page, but including query parameters, Parcel tries to create multiple bundles for the same pa…
-
When using `curlconverter` to convert a `curl` command with a URL containing query parameters that is **not wrapped in quotes**, the following error is thrown:
Error: found "variable_assignment" AS…
-
### Description:
Currently, batch URLs can be specified using query parameters for upstream APIs that use GET requests. However, for APIs that support batching via POST requests, the input paramete…
-
Currently all parameters are appended to a URL as a query string. That's no fun. Allow the crafting of URLs with parameters built into them.
Idea:
1. User sets the URL as: `http://localhost:3000/fo…
-
**Describe the bug**
If you provide parameters to a Networking.get() command the URL that is generated will UTF8 encode the parameters and you get an invalid URL:
http://www.apple.com/?test=3 ->…
-
Allow the user to add extra parameter fields. The url template could look like this:
http://services-ext-stg.dnb.com/V2.0/gmsmonitoring/changeevents/{param1}?DUNSNumber={param2}
And have an option o…