How to Configure the httpx URL in Settings Properly? or Where Do I Find the httpx URL in Settings?[/

14 Replies, 1249 Views

Subject: Can't find the httpx url in settings – help!

Hey everyone,

I’m trying to set up this integration, but I’m totally stuck on where to even *find* the httpx url in settings. Checked like 3 different tabs and nada.

Am I missing something obvious? Or is it buried under some weird submenu?

Also, if anyone’s got tips on *how* to configure it properly (like, does it need http:// or just the domain?), that’d be clutch.

Thanks in advance!

---

Subject: httpx url in settings not working – ugh

So I *finally* found the httpx url in settings, but it’s just… not working?

I pasted the full URL (yes, with https://), saved it, but the system keeps throwing errors.

Anyone else run into this? Is there a format I’m messing up?

Kinda frustrating ngl. Appreciate any fixes!

---

Subject: Best way to set up httpx url in settings?

Hey folks,

Setting up the httpx url in settings for the first time – wanna make sure I don’t screw it up.

Any pro tips? Like, should it include a trailing slash? Any common pitfalls to avoid?

Just trying to save myself some headache later. Thanks!
Hey! Had the same issue last week. The httpx url in settings is kinda hidden—go to Advanced Config > API Integrations (weird, right?).

Make sure you include the full URL (https://example.com, no trailing slash). If it still fails, try a tool like Postman to test the endpoint first.

Also, check if your firewall’s blocking it—happened to me lol.
ugh, the httpx url in settings is such a pain. i spent HOURS on this.

turns out, some platforms freak out if there’s a space before/after the URL. double-check that!

also, if you’re self-hosting, maybe the port’s missing? like https://example.com:8080.

hope that helps—frustrating af but you’ll get it!
Pro tip: The httpx url in settings *usually* needs the protocol (http/https). Some systems auto-add it, others don’t.

If it’s still not working, try:
- Clearing cache after saving
- Using a URL validator (like https://www.urltester.com/)

Also, avoid special chars unless encoded. Let us know if you’re still stuck!
Wait, are you using Cloudflare or a CDN? Sometimes the httpx url in settings fails if the backend IP isn’t whitelisted.

Also, try curl in terminal first:
`curl -v https://yoururl.com`

If that works but the settings don’t, it’s probably a UI bug. Try a different browser or incognito mode.
Bro, same. The httpx url in settings is *so* finicky.

Here’s what fixed it for me:
1. No trailing slash
2. ALL lowercase (some systems hate caps)
3. Saved, logged out, logged back in

Weird, but it worked. Also, maybe check the docs? Sometimes they update stuff without telling anyone smh.
If the httpx url in settings is erroring, it might be a CORS issue. Open dev tools (F12) and check the console.

Alternatively, test with a free API endpoint first (like https://jsonplaceholder.typicode.com) to rule out your URL.

If that works, your endpoint might need authentication headers. Annoying, but fixable!
Yo, thanks everyone! Found the httpx url in settings under Advanced (why is it there??).

Tried the no-trailing-slash trick and it *almost* worked—but now getting a 403.

Checked dev tools like someone said, and yep, CORS. Gonna whitelist the domain.

Appreciate the help! Will update if fixed.



Users browsing this thread: 1 Guest(s)