[ { "id": "4e8f3adc.8366c4", "type": "tab", "label": "iFrame support example", "disabled": false, "info": "" }, { "id": "b3ba29cb.73be3", "type": "http in", "z": "4e8f3adc.8366c4", "name": "", "url": "/content", "method": "get", "upload": false, "swaggerDoc": "", "x": 350, "y": 160, "wires": [ [ "915c204a.a24c98" ] ] }, { "id": "f5165adb.33fbb8", "type": "http response", "z": "4e8f3adc.8366c4", "name": "HTTP response", "statusCode": "", "headers": {}, "x": 960, "y": 160, "wires": [] }, { "id": "6ae93a0d.394d14", "type": "change", "z": "4e8f3adc.8366c4", "name": "Set headers", "rules": [ { "t": "set", "p": "headers", "pt": "msg", "to": "{ \"X-Frame-Options\": null }", "tot": "json" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 750, "y": 160, "wires": [ [ "f5165adb.33fbb8" ] ] }, { "id": "915c204a.a24c98", "type": "change", "z": "4e8f3adc.8366c4", "name": "Set content", "rules": [ { "t": "set", "p": "payload", "pt": "msg", "to": "Here is the content", "tot": "str" } ], "action": "", "property": "", "from": "", "to": "", "reg": false, "x": 550, "y": 160, "wires": [ [ "6ae93a0d.394d14" ] ] } ]