mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Added Authorization accept header
This commit is contained in:
parent
a50cde70f3
commit
b298631682
BIN
Teknik/Images/favicon-48.png
Normal file
BIN
Teknik/Images/favicon-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
Teknik/Images/logo-blue-48.png
Normal file
BIN
Teknik/Images/logo-blue-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
@ -67,7 +67,7 @@
|
||||
<customHeaders>
|
||||
<add name="Access-Control-Allow-Credentials" value="true" />
|
||||
<add name="Access-Control-Allow-Methods" value="GET, PUT, POST, DELETE, OPTIONS" />
|
||||
<add name="Access-Control-Allow-Headers" value="Accept, Origin, Content-Type, X-Requested-With" />
|
||||
<add name="Access-Control-Allow-Headers" value="Authorization, Accept, Origin, Content-Type, X-Requested-With" />
|
||||
<add name="strict-transport-security" value="max-age=31536000; includeSubdomains" />
|
||||
</customHeaders>
|
||||
</httpProtocol>
|
||||
|
Loading…
Reference in New Issue
Block a user