python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
FastAPI and Axios POST request misconfiguration
I have a FastAPI backend configured as such:
@app.post("/engines/completions")
async def read_completions(
# engine_id:str,
prompt: Optional[str] = None,
max_tokens: Optional[int...
trisimix
Votes: 0
Answers: 2
How to use Zabbix's CurlHttpRequest() in JavaScript?
I am learning Zabbix. I would like to use CurlHttpRequest() and all these functions:
I can't find the documentation (what's going on inside). I would like to run a JavaScript script on my computer. H...

adler
Votes: 0
Answers: 1
Unknown authentication response: 10 Postresql golang
I get an error while connect to postresql with golang
ERROR ----------- pq: unknown authentication response: 10
CODE:
cfg := config{
Host: "localhost",
Port: 5432,
Usern...
aLLAZ
Votes: 0
Answers: 1
Characters decoding in Postman after GET response
I am using Postman to send HTTP GET Request over some endpoints I need for my application.
In my case, I expected to get a list of cities from my HTTP request: I can succesfully send my request but th...
DaMatt91
Votes: 0
Answers: 0