Abdalla Elawad

Abdalla Elawad

  • NA
  • 1k
  • 204.8k

how can i pass links of use in asp.net closed by firewall

Feb 24 2019 5:53 AM
 hello guys
i published aps.net on local IIS Server , but this localhost use firewall control to these below links , how can i pass this links without impact to firewall .
 
i can not ability to dispaly a datatable from database because this firewall closed these links. 
 
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/dataTables.buttons.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/pdfmake.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.32/vfs_fonts.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/buttons/1.4.2/js/buttons.html5.min.js"></script>

Answers (2)