Http files variables broken again in latest version, worked in prior version

已回答

Version IU-252.23892.409 broke variables in Http files. It was working with the version prior to this after being previously broken.

This works

@trigger_amount=19.99

### capture the card token
run getBinAndStoreResponse.http

### authorize the card
run cardAuthAndStoreResponse.http

### close the transaction
run closeTransaction.http

 

This doesn't but did in the previous version
### capture the card token
run getBinAndStoreResponse.http

### authorize the card
run cardAuthAndStoreResponse.http(@trigger_amount=19.99)

### close the transaction
run closeTransaction.http

 

0

Hello,
You're right — IntelliJ IDEA version IU-252.23892.409 (which likely corresponds to the 2025.2 EAP or release version) introduced a regression that broke variable passing in run statements inside .http files.    
run cardAuthAndStoreResponse.http(@trigger_amount=19.99)
used to work in earlier versions, allowing you to pass inline variables into included HTTP requests. But as you've observed, this now fails in the latest release, and the variable is not recognized inside the target file.

0

Hello all!
Thanks for reaching out and for the detailed report.

I was able to reproduce this problem in the current version of IntelliJ IDEA 2025.2 Build: #IU-252.23892.409 August 1, 2025. I've created a request in YouTrack for this issue: IJPL-200563.
You can subscribe to it to track updates on this problem.

Thank you for your understanding.

0

请先登录再写评论。