We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The javascript client tests fail because of an issue with the REST service.
Post a new message to a topic. The URL will look something like http://localhost:6156/messages/topic/4e39582c5aeab3123ccacbae
The response to the POST contains a location header like http://localhost:6156/messages/4e39582c5aeab3123ccacbaf/topic/4e39582c5aeab3123ccacbae
GET the location from the POST response.
Hermes responds with 404 service endpoint not found
The text was updated successfully, but these errors were encountered:
Thanks Jason, I'm going to check what is wrong.
Sorry, something went wrong.
Merge pull request #6 from chartek/362b4bed50978448359049009b8ced6c91…
59e6e50
…3592cb Fix for Issue #5: "POST a new message returns a location that returns a 404"
No branches or pull requests
The javascript client tests fail because of an issue with the REST service.
Post a new message to a topic. The URL will look something like http://localhost:6156/messages/topic/4e39582c5aeab3123ccacbae
The response to the POST contains a location header like http://localhost:6156/messages/4e39582c5aeab3123ccacbaf/topic/4e39582c5aeab3123ccacbae
GET the location from the POST response.
Hermes responds with 404 service endpoint not found
The text was updated successfully, but these errors were encountered: