heloo
heloo
CC#
Created by heloo on 3/9/2025 in #help
How can I get users location with in 10 meters
So I get the best of both worlds I'll leave the phone number filled incase of issues but yeah the user should defo give the information
15 replies
CC#
Created by heloo on 3/9/2025 in #help
How can I get users location with in 10 meters
I'll try to fill the form with their location while giving them the ability to edit it
15 replies
CC#
Created by heloo on 3/9/2025 in #help
How can I get users location with in 10 meters
Yeah
15 replies
CC#
Created by heloo on 3/9/2025 in #help
How can I get users location with in 10 meters
Thansk for the help the way I had it in mind is the driver gets close to that location calls the client and gives him the details
15 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
thanks for trying
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
it was the clients fault
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
FIXED
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
but when i deploy it to a remote server the refresh tokens are null
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
when i send try with my local dotnet webapi server the token gets sent
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
it works
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
and i tested this on my local server
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
var res = new ServiceResponse<string>(); var Token = _httpContext.HttpContext?.Request.Cookies["refreshToken"]; if (Token is null) { res.StatusCode = 400; res.ErrorMessage = "No RefreshToken!"; return res; }
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
but
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
the request gets sent
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
but it wont send
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
ive manually written the cookie
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
try { const response = await fetch('https://url/api/Auth?Id=5', { method:"GET", credentials:'include', });
// Handle response const data = await response.json() setToken(data.data); } catch (error) { // Handle error console.error('Error:', error); // You may want to display an error message to the user } };
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
this is hell
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
must be a client issue then
27 replies
CC#
Created by heloo on 5/5/2024 in #help
Cookies help Dotnet webapi
also heres the response header
27 replies