55 lines
2.5 KiB
Plaintext
55 lines
2.5 KiB
Plaintext
Note: Unnecessary use of -X or --request, POST is already inferred.
|
|
* Host localhost:8080 was resolved.
|
|
* IPv6: ::1
|
|
* IPv4: 127.0.0.1
|
|
% Total % Received % Xferd Average Speed Time Time Time Current
|
|
Dload Upload Total Spent Left Speed
|
|
|
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying [::1]:8080...
|
|
* Connected to localhost (::1) port 8080
|
|
> POST /auth/login HTTP/1.1
|
|
> Host: localhost:8080
|
|
> User-Agent: curl/8.7.1
|
|
> Accept: */*
|
|
> Content-Type: application/json
|
|
> Content-Length: 36
|
|
>
|
|
} [36 bytes data]
|
|
* upload completely sent off: 36 bytes
|
|
< HTTP/1.1 200 OK
|
|
< Access-Control-Allow-Credentials: true
|
|
< Access-Control-Allow-Origin: http://localhost:48763
|
|
* Added cookie refresh_token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NjU0NjgyMzUsImlhdCI6MTc2NTQ2NDYzNSwidXNlcl9pZCI6IjYyNzQ1OTI4MDA0MzM3NjY4OSJ9.lOYJVE1GSOmDozP55xLQwa2bFEpzJUHt4vzJKGdzNec" for domain localhost, path /, expire 1765468235
|
|
< Set-Cookie: refresh_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NjU0NjgyMzUsImlhdCI6MTc2NTQ2NDYzNSwidXNlcl9pZCI6IjYyNzQ1OTI4MDA0MzM3NjY4OSJ9.lOYJVE1GSOmDozP55xLQwa2bFEpzJUHt4vzJKGdzNec; Path=/; Expires=Thu, 11 Dec 2025 15:50:35 GMT
|
|
< Date: Thu, 11 Dec 2025 14:50:35 GMT
|
|
< Content-Length: 35
|
|
< Content-Type: text/plain; charset=utf-8
|
|
<
|
|
{ [35 bytes data]
|
|
|
|
100 71 100 35 100 36 1724 1773 --:--:-- --:--:-- --:--:-- 3550
|
|
* Connection #0 to host localhost left intact
|
|
{"code":200, "message": "success"}
|
|
* Host localhost:8080 was resolved.
|
|
* IPv6: ::1
|
|
* IPv4: 127.0.0.1
|
|
% Total % Received % Xferd Average Speed Time Time Time Current
|
|
Dload Upload Total Spent Left Speed
|
|
|
|
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying [::1]:8080...
|
|
* Connected to localhost (::1) port 8080
|
|
> POST /api/image HTTP/1.1
|
|
> Host: localhost:8080
|
|
> User-Agent: curl/8.7.1
|
|
> Accept: */*
|
|
> Cookie: refresh_token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NjU0NjgyMzUsImlhdCI6MTc2NTQ2NDYzNSwidXNlcl9pZCI6IjYyNzQ1OTI4MDA0MzM3NjY4OSJ9.lOYJVE1GSOmDozP55xLQwa2bFEpzJUHt4vzJKGdzNec
|
|
>
|
|
* Request completely sent off
|
|
< HTTP/1.1 404 Not Found
|
|
< Content-Type: text/plain; charset=utf-8
|
|
< X-Content-Type-Options: nosniff
|
|
< Date: Thu, 11 Dec 2025 14:50:35 GMT
|
|
< Content-Length: 19
|
|
<
|
|
{ [19 bytes data]
|
|
|
|
100 19 100 19 0 0 6438 0 --:--:-- --:--:-- --:--:-- 9500
|
|
* Connection #0 to host localhost left intact
|
|
404 page not found
|