I would like to get all the values of a given key from a request.
Ex Request:
nnmSoftware = 7-Zip & idSoftware = 1181 & nmLocal = Enterprise & network = 1 & nmSoftware = account-plugin-aim & idSoftware = 1 & nmocal = Enterprise & referer: link
But when I try to get with $software = $request->get('idSoftware');
it only returns idSoftware = 1
.
How would I get everyone? idSoftware = 1, 1181