This is the base line of my code:
[{"id":"dcd80a56f41caa81","type":"http request","z":"65c9b63cb09879a0","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[{"keyType":"Accept","keyValue":"","valueType":"text/plain","valueValue":""},{"keyType":"User-Agent","keyValue":"","valueType":"other","valueValue":"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0"}],"x":5160,"y":370,"wires":[["3af232784383f3b8"]]},{"id":"89f681ae64bd6135","type":"inject","z":"65c9b63cb09879a0","name":"Node-Red","props":[{"p":"url","v":"https://discourse.nodered.org/","vt":"str"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":4990,"y":370,"wires":[["dcd80a56f41caa81"]]},{"id":"3af232784383f3b8","type":"debug","z":"65c9b63cb09879a0","name":"debug 10","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":5320,"y":370,"wires":[]}]
Not rocket science.
It works but it also doesn't - for me.
This is what I'm given:
{"_msgid":"953d597ecca0db9b","payload":"<!DOCTYPE html>\n<html lang=\"en-GB\">\n<head>\n <meta charset=\"utf-8\">\n <title>Page Not Found - Node-RED Forum</title>\n <meta name=\"description\" content=\"\">\n <meta name=\"generator\" content=\"Discourse 3.5.0.beta6-dev - https://github.com/discourse/discourse version 09a457f2ab3e0f3c0e78eb105dcbe0f98afcf85b\">\n<link rel=\"icon\" type=\"image/png\" href=\"https://us1.discourse-cdn.com/flex026/uploads/nodered/optimized/1X/598c4a26af3e3272e341a28c9f4adb5c75c8f5dc_2_32x32.png\">\n<link rel=\"apple-touch-icon\" type=\"image/png\" href=\"https://us1.discourse-cdn.com/flex026/uploads/nodered/optimized/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033_2_180x180.png\">\n<meta name=\"theme-color\" media=\"all\" content=\"#fff\">\n\n<meta name=\"color-scheme\" content=\"light\">\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, viewport-fit=cover\">\n<link rel=\"canonical\" href=\"https://discourse.nodered.org/404\" />\n\n<link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://d...","topic":"","statusCode":404,"headers":{"server":"nginx","date":"Thu, 29 May 2025 11:09:36 GMT","content-type":"text/html; charset=utf-8","transfer-encoding":"chunked","vary":"Accept-Encoding, Accept","content-security-policy":"upgrade-insecure-requests; base-uri 'self'; object-src 'none'; script-src 'nonce-5fJZWcHpglQsgqKwPJETa2GTf' 'strict-dynamic'; frame-ancestors 'self'; manifest-src 'self'","x-xss-protection":"0","x-content-type-options":"nosniff","x-permitted-cross-domain-policies":"none","referrer-policy":"strict-origin-when-cross-origin","cross-origin-opener-policy":"same-origin-allow-popups","x-request-id":"87c71362-4510-464f-ad5e-d6ada482d008","cdck-proxy-id":"app-router-tieadvanced03.sea2, app-balancer-tieinterceptor1b.sea2","strict-transport-security":"max-age=31536000","x-node-red-request-node":"4917474a"},"responseUrl":"https://discourse.nodered.org/","redirectList":[],"retry":0}
But that seems to be the bigger page.
Which is alright.
But I want to learn .... how/where I get the stuff needed to then list the posts/thread.
It is really confusing for me as I am really flying blind, but I'm just curious with something and I don't really even know what it is. Just curiosity - I think.
Maybe I should ask here, but I'm at a loss where I could better ask.
And I am using NR.
(Oh, to help I hope)
NR v 4.0.9
node v20.19.2
Ubuntu 22.04