We are trying to setup a load testing scenario for our donate pages. However, since we have to directly post to Click and Pledge, the load testing service will not let us configure that domain since we don't own it (understandably). My thought process was to create a "middle man" page, that for testing purposes we submitted to, which then in turn posted to the Faas endpoint. Obviously, we would never do this in production as it would require us to be PCI compliant and defeat the purpose of Faas.
I'm submitting to the "verification" URL as mentioned in the manual. However, you can see that the results say "Insecure", even though we are using the exact same form in production today. Is this type of setup not possible, or do you maybe have a sample file I could use as my "post" script, which then submits to the Faas endpoint. We are using PHP. Any direction you can provide?
I'm submitting to the "verification" URL as mentioned in the manual. However, you can see that the results say "Insecure", even though we are using the exact same form in production today. Is this type of setup not possible, or do you maybe have a sample file I could use as my "post" script, which then submits to the Faas endpoint. We are using PHP. Any direction you can provide?
Comment