**webapi tarafında;
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
//TODO: aşağıdaki satır loacalhost tan diğer bir programdam bu servisin çağrılmasını sağlıyor. yoksa client tarafı *cors* hatası veriyor.
app.UseCors(builder => builder.AllowAnyOrigin());
Yorumlar
Yorum Gönder