forked from nextgenhealthcare/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add HTTP Headers to Web Service Listener
Fixes nextgenhealthcare#6337 Add functionality to display HTTP Headers in Web Service Listener connector. * **WebServiceListener.java**: - Add `httpHeadersField` to display HTTP Headers. - Update `initComponents` to initialize `httpHeadersField`. - Update `initLayout` to add `httpHeadersField` to the layout. - Update `setProperties` and `getProperties` methods to handle HTTP Headers. * **IWebServiceReceiver.java**: - Add `getHttpHeaders` method to the interface. * **WebServiceConfiguration.java**: - Add `configureHttpHeaders` method to handle HTTP Headers. * **WebServiceReceiver.java**: - Add `httpHeaders` field to store HTTP Headers. - Implement `getHttpHeaders` method to return HTTP Headers. - Update `createAuthenticator` method to store HTTP Headers from `HttpExchange`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nextgenhealthcare/connect/issues/6337?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
4 changed files
with
450 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.