HydraConsole
HydraConsole copied to clipboard
HydraConsole is an implementation of a generic API client for Hydra-based Web APIs in the form of a single-page application.
I was trying to use the [console demo](http://www.markus-lanthaler.com/hydra/console/?url=http://www.markus-lanthaler.com/hydra/api-demo/#). When I try to invoke `GET /hydra/api-demo/issues/` nothing happens and I see this error in the console: > Uncaught SyntaxError: JSON.parse: unexpected...
Hydra Console includes what amounts to a proxy server. Here is an [example](http://www.markus-lanthaler.com/hydra/console/proxy.php?url=http://www.example.com). To prevent abuse, you should be able to restrict the URIs the proxy server will accept. Typically...
Hi. Would it be possible to enable CORS requests with preflight? Currently the first `OPTIONS` request fails with `405` status code.
Using the Hydra Console behind a proxy does not work there are 2 places where proxy information needs to be set to allow it to work: 1) proxylib _makeCurlRequest **curl_setopt($curl_handle,...
Changing the values of the different fields to see how the app itself actually acts, and it will take minutes for the change to actually take effect. It is extremely...
From @dtabakov in HydraCG/Specifications#107: > I am writing a prototype for a Web API using Hydra. The Hydra Console fails to parse the ApiDocumentation whenever the Entry Point's "label" property...
It would be a nice enhancement when you choose to use the UpdateAction Operation (PUT), the forms below will be filled with the data allready provided by the GET Operation....
Error messages like "Documentation: Loading the documentation failed" aren't really helpful.
I think we need a short description about the working principles of the console. In my opinion best told with some use cases like these: UC1 - GET API Documentaion:...
Hi! :) Currently, http auth Basic works by specifying the url like like this: `http://user:[email protected]/`. But this doesn't work with Http digest authentication. Is this something planned ?