Skip to content
Snippets Groups Projects
Commit 288d6287 authored by Janet Goldstein's avatar Janet Goldstein Committed by Daniel Lyons
Browse files

WS-635: How-To: display a CARTA URL in an HTML frame

parent 46d7d511
No related branches found
No related tags found
1 merge request!457WS-635: proof of concept: making a REST call to kick off CARTA
Pipeline #2700 passed
services/workflow/test/aat_carta_launch.png

62.9 KiB

services/workflow/test/carta_session_email.png

84.4 KiB

# Displaying a CARTA URL in an HTML Frame: Proof of concept
1. From the AAT-PPI, run CARTA on an image
![img.png](aat_carta_launch.png)
2. When the CARTA session is available, you'll get an email containing the CARTA URL
![img_1.png](carta_session_email.png)
3. Paste the CARTA session URL into a document such as the one in this directory
(**carta_url_test.html**)
4. Load the file in a browser.
The CARTA session expires after 120 minutes.
\ No newline at end of file
<!DOCTYPE html>
<html>
<head title="CARTA Session in a Frame">
<h4 style="color:#006400; font-size:24px;">
Your CARTA Session</h4>
</head>
<body>
<iframe
title="CARTA"
style="position: absolute; height: 100%; border: none"
src="https://pr-dsoc-dev.nrao.edu/vlaBfBnOBy9k/?socketUrl=wss://pr-dsoc-dev.nrao.edu/sVDPRe3aI7g4/" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%">
</iframe>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment