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
This comes from way back.
At the time the Docker API was very young. There were endpoints sending/posting data in very different ways and different signatures everywhere.
Question mark was used in order to easily identify which ones used query string :)
For some reason if an options object like this is submitted:
the parameters in
_query
are not added to the URL. However, if there is a question mark in the URL (inpath
), they are added:The line that causes this is modem.js#L115, but I'm wary of touching it since I'm not quite sure what the logic was.
The text was updated successfully, but these errors were encountered: