Luracast Restler Authentication

前端 未结 2 1708
不思量自难忘°
不思量自难忘° 2021-01-03 14:45

I’m using Luracast restler and i’m trying to implement some authentication by implementing iAuthenticate interface.

The thing is, my authentication code needs to qu

2条回答
  •  情书的邮戳
    2021-01-03 15:33

    Figured it out!

    echo mysql_affected_rows();
    

    This line was causing the output to be in text/html format. Commented that out and I was good to go.

提交回复
热议问题