

It could be the accepts
header then… check if the request includes accetps: application/json
It could be the accepts
header then… check if the request includes accetps: application/json
In my experience that is almost always the server returning an html error page.
Start with inspecting that actual response the first character is probably <
. The rest of it is likely to be a “not found” or “internal server error” (being the most common) page.
Then look at logs…
Pretty much why everyone just uses json or, heaven forbid, plain text for trivial data.
Aaah, SOAP.
Yo dawg, I heard you like XML over HTTP so I put XML over HTTP in your XML over HTTP.
On the context of a node package,
It’s probably a package with one five line function, and a poor implementation at that.
Anything you need to buy is more expensive than anything you already have.
Especially if youre worried about power costs.
Reuse wha you have, replace when you need to.
Mine are all named for the colour of the case, or case accent when ambiguous, though network infrastructure items are named for their models, being the typical default.
I sometimes use A records or mDNS-SD for the actual services provided and use a *.home.arpa.
domain.
Another theme at another site is native fauna and flora names.
No cringe, no pop culture.
embedded RTOS
That sounds like a domain where memory safety is secondary to size and speed… though compile time memory safety guarantees could help.
Good thing we have so many options!
Like riding a motorcycle in a tee shirt and shorts.
Fuck C and it’s lazy shit pointer arithmetic array indexing shortcut. I.e. you just add the index × size(t) to the array pointer.
Bounds checking? We’ve heard of it.
I appreciated that it was acknowledged in Star Trek Beyond that Ambassador Spock had died.
Uhn-jun-uhks in NZ TYVM.
That’s the thing, it’s a useful assistant for an expert who will be able to verify any answers.
It’s a disaster for anyone who’s ignorant of the domain.
Meet Mushu! The whale that thinks she’s better than you!
James Doohan was missing the tip of one/some fingers on one hand, so he always stood off centre from camera so he could hide his hand behind his body.
Common parts are available and easy to get, relatively cheaply.
Specialist parts are somewhat more difficult.
You may as well just bring your existing gear.
That’s what I was thinking too.
I’m pretty sure he’s credited as [executive] producer or something
Violates the Law of Demeter
F12 should open the browser developer tools, one panel will be the network requests.