asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
207 stars 84 forks source link

Missing question mark in URL #132

Closed andrescastiglia closed 1 year ago

andrescastiglia commented 2 years ago

When I define a URL with question mark, the request removes it, for instance:

*** Settings ***
Library    REST    https://acastiglia.testrail.io/index.php?/api/v2/

*** Keywords ***
Wtf
    GET    /get_case/1
    Output    request

The output is

{
    "method": "GET",
    "url": "https://acastiglia.testrail.io/index.php/get_case/1",
    "scheme": "https",
    "netloc": "acastiglia.testrail.io",
    "path": "/index.php/get_case/1",
    "query": {},
github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.