Jump to content

MTKor

Members
  • Content Count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. @mvanrijnen Thank you very much. After I first installed the .p12 certificate on the client computer, I got the authorization working with this example, so that a specific certificate is chosen based on its name. However, this raises another question: How to adjust the code so that, when the service that we are using i.e. sending REST requests to it (GTE, PUT, PATCH) asks for an authorization key in order to establish a connection between the processes, the correct, responding key would automatically be picked on the client side? In the sample code the name of the certificate must be known i.e. used as a parameter. Is there some way in which when going through the certificate-list the correct certificate would automatically be picked?
  2. Thank you for this example code, I will check it in due course.
  3. Hello, I am working on a Delphi (11.3) project where there is a need to make HTTP Requests (PUT, GET, PATCH) to a service that requires Client authentication solely with certificate files and using TLS version 1.2 at minimum. There are .csr, .p12, .key and .pem Client Certificate files and a .pem Root Certificate file. The problem is that the company policy is to use the REST Client, but despite extensive search for information here, Embarcadero, Google, Stack OverFlow etc, I have been unable to locate useful information, guides or examples on how to implement this kind of authentication with the REST Client. This is a quite urgent issue and I would be most grateful for help on it.
  4. MTKor

    Ads in FMX iOS app / Delphi 10.3

    Assistance needed here, thank you.
  5. MTKor

    Ads in FMX iOS app / Delphi 10.3

    Hello, I am building a free mobile productivity app and I would like to possibly earn a bit with it by embedding Banner ads and/or Interstitial Google AdMob ads into it. I am currently using Delphi 10.3 for the project. The Android part is in quite good shape already and I am now working on the iOS version and that seems to be more problematic since there does not seem to be out-of-the-box support for AdMob BannerAds for iOS apps in Delphi. The question is: Are there some example code snippets or "free-to-use" ways to useAdMob BannerAds in an FMX iOS app? I would very much appreciate your assistance in the matter, suggestions, thoughts and ideas are welcome. Thanks in advance.
×