heloo
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 } };
// 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