-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
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
not able to acces the service via fabio. #319
Comments
This is your problem:
You register a route for |
What does the log say now? You can also try this: https://github.com/fabiolb/fabio/wiki/Features#request-tracing |
here is how the trace looks. $ curl -v -H 'Trace: abc' -H 'Host: plk.me' 'http://plk.me:9999/dataservice/values'
< HTTP/1.1 404 Not Found
|
BTW, with the url "http://plk.me:9999/dataservice/values" nothing is being logged in the Fabio log, does it mean the routing is working, but i still see 404. but if i access the service directly, it is working. |
i found the, issue, it is something to do with my ASP.NET WebApi routing, fixed it. Thanks |
Glad you've found it :) Let me know if there are other issues. |
Hi,
I'm new to Fabio and Consul, I'm able to successfully register service, and I could see the service listed on Fabio GUI, but I'm not able to access the service. I always receive 404.
Log:
+++++++++++++++++++++
The text was updated successfully, but these errors were encountered: