apache - When chrome prevents credentials from being included in a URL request (in June 2017), how can php programmatically use basic auth? -


if use credentials in url ajax request, warned chrome browsers passing credentials in url removed of around middle of 2017.
need php application programmatically log user in using apache basic authentication based on users' received sms code. there way without using redirection?


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -