✿ Scarlet ✿
✿ Scarlet ✿
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
I think its already solved tho
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
:sadge:
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
Yeah no
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
@Mohi are you executing from your localhost?
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
Have you tried to use a curl to check if the cors headers are being returned correctly? + can you share the error you are getting in console browser?
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
That's weird then
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
Example for Minimal apis:
builder.Services.AddCors(options =>
{
options.AddPolicy(name: "devblogs",
policy =>
{
policy.WithOrigins("https://mtreit.com", "https://www.wbg.org");
});
});
builder.Services.AddCors(options =>
{
options.AddPolicy(name: "devblogs",
policy =>
{
policy.WithOrigins("https://mtreit.com", "https://www.wbg.org");
});
});
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
The configuration alone won't do nothing and serves only as an easy way to differ cors configurations from environments
26 replies
CC#
Created by Mohi on 12/28/2024 in #help
✅ jwt token
To define cors policy you need to use UseCors()
26 replies
CC#
Created by ⎝✧GͥOͣDͫ✧⎠ on 11/10/2024 in #help
✅ can someone help me make an ai app that provides accurate csharp?
No
6 replies
CC#
Created by Abdallah on 11/10/2024 in #help
need help with binary serialization
Need help with what?
10 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
you are returning all records from the table?
15 replies
CC#
Created by morry329# on 11/8/2024 in #help
Save button does not save the inserted data
@Sowehaoiu77 Try changing to:
<input type="submit" style="float:right;" data-entity-id="@Model.Id" class="btn btn-info" value="Save" />
<input type="submit" style="float:right;" data-entity-id="@Model.Id" class="btn btn-info" value="Save" />
15 replies
CC#
Created by Tomat on 11/9/2024 in #help
Webcam
Oh, I think you will be able to get a better help here: $unity
11 replies
CC#
Created by Tomat on 11/9/2024 in #help
Webcam
Okay, is the game unity?
11 replies
CC#
Created by Tomat on 11/9/2024 in #help
Webcam
Is it unity?
11 replies
CC#
Created by Tomat on 11/9/2024 in #help
Webcam
Do you ask the user permission to use Webcam?
11 replies
CC#
Created by Tomat on 11/9/2024 in #help
Webcam
You what
11 replies
CC#
Created by Chrys on 11/4/2024 in #help
Very slow upload in asp.net
Not sure if it would be suitable in your case but it consists in dividing the file and uploading N parts at the same time
19 replies