Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

status code 301

// I had this error response in my project and postman. 
status code 301
// For me my mistake I noticed was http vs https
// Solution for me was to Change the protocol. 
//--
If using : http 
Try using : https 
//--
If using : https 
Try using : http 
 
PREVIOUS NEXT
Tagged: #status #code
ADD COMMENT
Topic
Name
5+4 =