Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

NiHo_202842's avatar
NiHo_202842
Icon for Cirrostratus rankCirrostratus
Feb 11, 2016

iControl REST transaction: No transaction is created for this user.

Hello,

 

So im doing a POST to https://bigip.company.com/mgmt/tm/transaction?ver=11.5.1 to retrieve the transaction id, but the response is {"code":404,"message":"No transaction is created for this user. ","errorStack":[]}

 

Any ideas? Used version is 11.5.1 hf10.

 

2 Replies

  • You have to send it a POST with an empty payload.

    curl -sk -u 'admin:admin' -H 'Accept: application/json' -H 'Content-Type: application/json' https://[mgmt-ip]/mgmt/tm/transaction -d '{}'