Abe Tomoaki

Results 28 issues of Abe Tomoaki

Fix `$backend_url` as it is not replaced as expected depending on the value of it. For example, the result of the replacement may be `//path/to/`. Starting with two slashes does...

Warning if `localhost` is specified: ``` PHP Warning: Undefined array key -1 ``` Also changed to return $hostname as it is when IP is specified.

Example: * user[name] = name * user[password] = password * ids[] = 1 * ids[] = 2 * file[] = FILE1 * file[] = FILE2

Some applications redirect with a 302 after a successful login. In this case, we would like to return the location header as it is to the browser, so we allow...

We would like to pass `REMOTE_USER` to the backend and use it for authentication. `REMOTE_USER` is added because it was not included in the target to be passed. It is...

Related: GitHub GH-2013 The following response is received when canceling. Example of command version 3 (There is no value for "body") (`...` is the omission of an element): ``` {...

GitHub: GH-1817 Prepare to switch to documents automatically generated by Doxygen.