Using http://localhost:63342/api/file after security update Follow
Answered
I used to use curl to http://localhost:63342/api/file/${FILE} to open files in IntelliJ. I'm aware of the socket based interface on :6942, but the curl interface was sometimes more convenient, and had the extra advantage of opening pom.xml files as files, rather than opening the project (the former is almost always what i want, and the latter i can get by opening the directory using open -a or using :6942).
Is there any way to embed the token needed by the :6942 interface into the :63342 http interface so i can keep using it ? Is there any way to make the :6942 interface's activate command open the file (not the project) for pom.xml (or possibly other project-esque files ?)
Please sign in to leave a comment.
You can try 2016.2 EAP (https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.2+EAP) where there is a checkbox to allow unsigned connections (https://youtrack.jetbrains.com/issue/IDEA-155917#comment=27-1434608).
Please vote and watch issue https://youtrack.jetbrains.com/issue/WEB-21700