Use the correct method to get a license comm request's headers.
Review Request #14655 — Created Oct. 27, 2025 and updated — Latest diff uploaded
When checking on the status of a license, we attempt to get the
Content-Typeheader of a license request. This was done by accessing
the header as a dictionary lookup, but this isn't standard. Instead, we
should use the.get()method instead. This updates to use that.
Unit tests pass.
Manually tested license updates and communication.