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
The validation tests 201, 202, 300, 301, 302 for the subscriber do not work as I expect them to do:
201/202: They publisher does not respond with a http status code of 301/302 and a http location header. Instead the publisher responds with a http status code 200.
300/301/302: The test ends after a succesful subscription. No content is being delivered by the hub. There is no content notification (http post) being sent.
The text was updated successfully, but these errors were encountered:
@euri10 I checked this again and you are right with 201 and 202. The HTTP request library I'm using automatically follows redirections for HTTP GET requests, so the redirection was "hidden" for me. My bad!
You are also right for the 300+. When I'm logged in the behaviour is as expected. But when you are not logged in, the behaviour is a bit unsatisfying.
There's nothing indicating you need to manually make a post to trigger the publisher. The green alert "Subscription activated!" makes you feel like you passed the test, even though no content was distributed.
When you click "Continue" there's still nothing saying you need to login and make a post.
It's no big deal and a simple text saying "Next Step: You need to login and make a post!" would fix this small issue.
The validation tests 201, 202, 300, 301, 302 for the subscriber do not work as I expect them to do:
201/202: They publisher does not respond with a http status code of 301/302 and a http location header. Instead the publisher responds with a http status code 200.
300/301/302: The test ends after a succesful subscription. No content is being delivered by the hub. There is no content notification (http post) being sent.
The text was updated successfully, but these errors were encountered: