HTTP_Request2 icon indicating copy to clipboard operation
HTTP_Request2 copied to clipboard

Provides an easy way to perform HTTP requests (and does not require curl extension for this).

Results 1 HTTP_Request2 issues
Sort by recently updated
recently updated
newest added

The code uses the function rand() in HTTP/Request2/Adapter/Socket.php: ``` $challenge['cnonce'] = 'Req2.' . rand(); ``` This function does not produce secure random numbers, and it might be predictable in certain...