Posts by Adriano Neris • 19 points
2 posts
-
-1
votes1
answer389
viewsA: Header receiving error in PHP server sent via http request
Problem solved. When giving a print_r in the variable and doing some more tests I realized that the problem only occurred when I named the header as "Authorization" it did not appear in the list of…
-
2
votes1
answer389
viewsQ: Header receiving error in PHP server sent via http request
Galera I need your help. My restfull client application is sending a header called 'Auth' with an authentication token to the PHP server. When I do the tests with a server running on localhost…