vaibhav1800 Ответов: 1

Изменение доменного имени url-адреса


Hi,
 
We all know that RequireHttps is not available in WEBAPI so we need to make a custom one.
What I did here is that I took an incoming HTTP URL, Changed the Port to the one created via SSL and changed the scheme to Https. (That only works for One Tier Application.)
 
Now my question is how do I change the domain name ? (Three Tier or Distributed Apps)
 


like : http://www.karma.com
TO
https://www.newkarma.com 


Что я уже пробовал:

Tried Googling but didnt find anything specific

MadMyche

Ваш WebAPI построен на Net Framework или Net Core?

1 Ответов

Рейтинг:
1

mehr.ah

Ваш вопрос не совсем ясен, но пусть браузер выберет, что из этого верно :
Исключите как http, так и https, просто вставьте доменное имя после косой черты > ://domainname
------------------------------------------------------------------