You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I had setup crawl4ai as a docker service.
When I try to call a request I get
"detail": "Not authenticated"
I had tried to edit .env file and put there api key, but this key gives me the same reply.
What could be wrong?
`POST /crawl/ HTTP/1.1
Accept: /
Accept-Encoding: deflate, gzip
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Host: ...
Content-Type: application/json
Content-Length: 33
Hello
I had setup crawl4ai as a docker service.
When I try to call a request I get
"detail": "Not authenticated"
I had tried to edit .env file and put there api key, but this key gives me the same reply.
What could be wrong?
`POST /crawl/ HTTP/1.1
Accept: /
Accept-Encoding: deflate, gzip
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Host: ...
Content-Type: application/json
Content-Length: 33
{
"urls":"httts://www.onet.pl"
}
and reply is
{"detail": "Not authenticated"
}`
The text was updated successfully, but these errors were encountered: