You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add a test where you try to get a file that exists, and another where you try to get a file that does not exist, and a third one where you try to get a file out of the folder with many '..' and check that it complains.
Now, all of my REST records contain this _links dict with a link to the original resource collection and to themselves. Artifacts (generalized files) got two additional entries there: download and view. I use those two different endpoints (sub-resources) to control the Content-Disposition on the server side to be able to directly return the URL to the user of a web-interface to either view the file in a new tab or then download the file. The self resource returns a more complete json to what is already inside my calculation object with additional metadata.
For calculation:
The text was updated successfully, but these errors were encountered: