HTTP-APIs/hydra-python-agent

GET and PUT requests not working on a resource

amalthundiyil opened this issue · 0 comments

I'm submitting a

  • bug report.
  • feature request.

Current Behaviour:

GET request on path /<resource>/<id>, and PUT request on /<resource> results in this error:

raise InvalidURL(*e.args)
requests.exceptions.InvalidURL: Failed to parse: http://localhost:8080http://localhost:8080/serverapi/State/d7973402-f1bf-4aea-a510-12046e5d871c

Expected Behaviour:

GET request on path /<resource>/<id>, and PUT request on /<resource> should result in the corresponding correct response.

Steps to reproduce:

Make a GET or PUT request on a resource using agent.

Do you want to work on this issue?

Yes