Changes between Initial Version and Version 1 of Ticket #36301, comment 2
- Timestamp:
- 03/24/2016 05:01:36 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36301, comment 2
initial v1 1 1 @swissspidy thanks for that link. I spent a lot of time searching and I had a lot of trouble finding anything like that, but we'll take a look at it. 2 2 3 Auto-discovery is challenging for two of the three tools because, by circumstances of history, the same HTML page uses URL parameters to serve sall renderings. We can only support discovery if the agents evaluate javascript on the page. We're evaluating re-engineering that, but aren't ready to commit the energy to that change just yet.3 Auto-discovery is challenging for two of the three tools because, by circumstances of history, the same HTML page uses URL parameters to serve all renderings. We can only support discovery if the agents evaluate javascript on the page. We're evaluating re-engineering that, but aren't ready to commit the energy to that change just yet. 4 4 5 5 Also, for the one of the three where we render custom HTML for each project and can support auto-discovery, we've actually stumbled into a CORS problems with the security treatment -- the origin is sent as `null`. That's not your problem, of course, but if anyone reading this has pointers, I'm open to them.