php - ZF2 Rest Api call not goes to proper function on Linux Server -
i used zf2 rest api module working fine in windows environment, if run application on linux environment call not goes proper function. example:
1) hit url postman on windows, url : myapi.net/api/testing/scp.vp@gmail.com
here, api
-module, testing
-controller, scp.vp@gmail.com
-parameter
method : post => works fine, call goes create()
function.
2) same url hit on linux, call not goes create()
function , called get()
function if change parameter , remove 'scp' email works on linux, might problem **scp**
thanks,
Comments
Post a Comment