Markus Lanthaler
Markus Lanthaler
Yes, that didn't seem to work either on Linux if I remember correctly
Good idea. I think supporting regexes here is a bit of an overkill. What about simply declaring with what string a valid URL has to begin? So, for instance putting...
Looks a bit more complicated than it would need to IMHO. I would simply (try to) load the config file directly in isUrlAllowed() instead of factoring that out, loading it...
Sure, for what though? :-)
Sorry, I still don’t understand what you are asking for. This is the HydraConsole repository. What needs to be changed in the HydraConsole?
They can be found at: - https://github.com/lanthaler/EventApiDemo - https://github.com/lanthaler/sfHydraDemoApp But it should probably be fixed directly in the [HydraBundle](https://github.com/lanthaler/HydraBundle) (funnilly enough the last commit added some CORS headers)
Could you please elaborate a bit. How do you change “the values of the different fields”. Which fields do you refer to? Documentation is indeed sorely missing here. In the...
> after making code changes in my API's auto documentation script, I will refresh the console, input my API's entry point link (which does respond with the proper vocab link...
Yeah, good idea. Were you thinking of headers on a request level, i.e., add fields to the operation pop-over, or globally? PRs are welcome btw.
Sorry for the late reply. Indeed, this may cause problems in this case. It would, however, be quite simple to create a separate document loader which sends the right headers....