Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

testing cors

curl -I -X OPTIONS 
  -H "Origin: ${MY_URL}" 
  -H 'Access-Control-Request-Method: GET' 
  "${MY_URL}/SOMETHING" 2>&1 | grep -i 'Access-Control-Allow-Origin'
Comment

PREVIOUS NEXT
Code Example
Shell :: case insensitive zgrep 
Shell :: how to set meld as git difftool 
Shell :: gitignore for eclipse 
Shell :: ssh custom port fla 
Shell :: split and get last 
Shell :: cuda driver install in ubuntu 
Shell :: debian 9.4 telnet install 
Shell :: copy directory command in linux 
Shell :: how to login github in terminal 
Shell :: git unstage file from add 
Shell :: ntfsfix ubantu 
Shell :: brew upgrade all casks 
Shell :: brew command not found 
Shell :: create branch from existing branch 
Shell :: uniq bash sort 
Shell :: linux while loop 
Shell :: powershell array pipe foreach 
Shell :: add user to docker group 
Shell :: how to run script in linux at startup 
Shell :: install glfw3 
Shell :: cambiar nombre branch git 
Shell :: install maven dependencies 
Shell :: ubuntu server lamp installation 
Shell :: socket.io-client 
Shell :: mongodb install kali linux 
Shell :: whereis 
Shell :: installing scoop for windows 
Shell :: Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted 
Shell :: bash length of array 
Shell :: docker rmi dangling=true 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =