Unable to send notification because of the domain name
Summary
Unable to send notification because of the analysis of the domain name.
Description
The URL of the subscriber server was configured as "https://oner.iata.org/api/neone" with multiple domain levels, and then the notification will only be send to "https://oner.iata.org", and the subscriber cannot receive the notification successfully.
However, if the URL was configured as "https://oner.iata.org" instead of "https://oner.iata.org/api/neone", the notification was sent successfully.
Steps to Reproduce (for bugs)
- Make sure the the url of the subscriber is configured with multiple domain levels as described.
- Create one LO and the notification will be send automatically.
- Check the log in the mock server, and you will get the exception.
Expected Behavior
The notification will be sent successfully event with the multiple domain.
Actual Behavior
[Describe what actually happened.]
Screenshots (if applicable)
[Attach any relevant screenshots to help illustrate the issue.]
Environment
[List any relevant information about your environment, such as operating system, browser version, etc.]
Possible Solution (optional)
[Suggest a possible solution or approach for the issue.]
Additional Information (optional)
[Include any other relevant information or context about the issue.]
Checklist
-
I have searched for similar issues and confirmed this is not a duplicate. -
I have reproduced the issue with the latest version. -
I have included all the necessary information and context. -
I have tagged the appropriate labels and assignees.